Changeset 1098


Ignore:
Timestamp:
Mar 25, 2006, 1:40:24 PM (18 years ago)
Author:
chrisaga
Message:

-new : add a 'CLASS' element in 'thumbnails.line.thumbnail' array to store a different classname for
category thumbnails and element thubnails in order to be able to display them differently.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/category_default.inc.php

    r1094 r1098  
    9898      'IMAGE_TS'           => get_icon($row['date_available']),
    9999
    100       'U_IMG_LINK'         => $url
     100      'U_IMG_LINK'         => $url,
     101
     102      'CLASS'              => 'thumbElmt',
    101103      )
    102104    );
  • trunk/include/category_subcats.inc.php

    r1082 r1098  
    148148            )
    149149          ),
     150        'CLASS'       => 'thumbCat',
    150151        )
    151152      );
  • trunk/template/yoga/category.tpl

    r1092 r1098  
    186186  <!-- BEGIN line -->
    187187  <!-- BEGIN thumbnail -->
    188   <li>
     188  <li class="{thumbnails.line.thumbnail.CLASS}">
    189189    <span class="wrap1">
    190190      <span class="wrap2">
Note: See TracChangeset for help on using the changeset viewer.