Results 1 to 2 of 2

Thread: Small problems in templates

  1. #1
    User PaoloB's Avatar
    Join Date
    06-19-09.
    Location
    Italy
    Posts
    238

    Default Small problems in templates

    Hi, i have see small problem in the default template

    Line 6 in all file the the span tag is not close. Replace </div> with </span>

    <?php if ($this->metaFields['ccount']): ?> <span class="comments"><?php echo $this->metaFields['comments']; ?></div><?php endif; ?>
    in the gal_fullsize_div.tpl line 56 the div tag is not close. Replace </td> with </div>

    <div class="<?php echo $col->class; ?> empty"></td>
    I hope to be helpful
    Paolo B.
    Contao ambassador
    ContaoCms.it - Sito di riferimento per la comunità italiana

  2. #2
    Experienced user
    Join Date
    06-11-09.
    Location
    Cape Town, South Africa
    Posts
    1,387

    Default Re: Small problems in templates

    thanks very much. I've corrected all the template errors.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •