Changeset 1406
- Timestamp:
- Jun 27, 2006, 2:37:18 AM (18 years ago)
- Location:
- branches/branch-1_6/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1_6/include/category_recent_cats.inc.php
r1353 r1406 111 111 { 112 112 // template thumbnail initialization 113 $template->set_filenames( array( 'thumbnails' => 'thumbnails.tpl',)); 113 114 if (mysql_num_rows($result) > 0) 114 115 { … … 157 158 } 158 159 $conf['level_separator'] = $old_level_separator; 160 $template->assign_var_from_handle('THUMBNAILS', 'thumbnails'); 159 161 } 160 162 ?> -
branches/branch-1_6/include/category_subcats.inc.php
r1353 r1406 171 171 else 172 172 { 173 $template->set_filenames( array( 'thumbnails' => 'thumbnails.tpl',)); 173 174 $template->assign_block_vars('thumbnails', array()); 174 175 // first line … … 211 212 } 212 213 } 214 $template->assign_var_from_handle('THUMBNAILS', 'thumbnails'); 213 215 } 214 216 }
Note: See TracChangeset
for help on using the changeset viewer.