Ignore:
Timestamp:
Mar 26, 2005, 11:35:07 PM (19 years ago)
Author:
plg
Message:
  • "add to caddie" link is visible only when categories contains elements. Only admin users can see this link
  • elements batch management : impossible to create a link between category and element that already exists
  • logical separation of category name under thumbnail and element name
File:
1 edited

Legend:

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

    r675 r760  
    107107      'IMAGE_ALT'          => $row['file'],
    108108      'IMAGE_TITLE'        => $thumbnail_title,
    109       'IMAGE_NAME'         => $name,
    110109      'IMAGE_TS'           => get_icon($row['date_available']),
    111       'IMAGE_STYLE'        => 'thumb_picture',
    112110     
    113111      'U_IMG_LINK'         => add_session_id($url_link)
     112      )
     113    );
     114 
     115  $template->assign_block_vars(
     116    'thumbnails.line.thumbnail.element_name',
     117    array(
     118      'NAME' => $name
    114119      )
    115120    );
Note: See TracChangeset for help on using the changeset viewer.