Changeset 445


Ignore:
Timestamp:
Jun 25, 2004, 10:40:57 PM (20 years ago)
Author:
z0rglub
Message:
  • new possibility to add a bullet before the name of each thumbnail simply by adding a block thumbnails.line.thumbnail.bullet
  • adds a CSS class for the name of the thumbnail
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/default/category.tpl

    r439 r445  
    8686                                           class="thumbLink" />
    8787                                  <br />
    88                                   {thumbnails.line.thumbnail.IMAGE_NAME}</a>
     88                                  <!-- BEGIN bullet -->
     89                                  <img src="./template/default/theme/collapsed.gif" style="border:none;" alt="&gt;" />
     90                                  <!-- END bullet -->
     91                                  <span class="{thumbnails.line.thumbnail.IMAGE_STYLE}">{thumbnails.line.thumbnail.IMAGE_NAME}</span></a>
    8992                                  {thumbnails.line.thumbnail.IMAGE_TS}
    9093                                  <!-- BEGIN nb_comments -->
Note: See TracChangeset for help on using the changeset viewer.