Ignore:
Timestamp:
Sep 10, 2008, 3:16:13 AM (16 years ago)
Author:
rvelices
Message:
  • fix undefined template vars U_LOST_PASSWORD (menubar), F_ACTION (extend_for_templates) and F_C13Y_ACTION (check_integrity)
  • normalized some template variable names between category thumbnails and thumbnails (take advantage of full template change with smarty and do it now)
File:
1 edited

Legend:

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

    r2299 r2515  
    108108    array(
    109109      'ID'            => $row['id'],
    110       'IMAGE'         => $thumbnail_url,
    111       'IMAGE_ALT'     => $row['file'],
    112       'IMAGE_TITLE'   => get_thumbnail_title($row),
    113       'IMAGE_TS'      => get_icon($row['date_available']),
    114       'U_IMG_LINK'    => $url,
     110      'TN_SRC'         => $thumbnail_url,
     111      'TN_ALT'     => $row['file'],
     112      'TN_TITLE'   => get_thumbnail_title($row),
     113      'ICON_TS'      => get_icon($row['date_available']),
     114      'URL'    => $url,
    115115    );
    116116
     
    148148    }
    149149
    150     $tpl_var['ELEMENT_NAME'] = $name;
     150    $tpl_var['NAME'] = $name;
    151151  }
    152152
Note: See TracChangeset for help on using the changeset viewer.