Changeset 1436 for trunk/include
- Timestamp:
- Jul 6, 2006, 4:45:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/menubar.inc.php
-
Property
svn:eol-style
set to
native
-
Property
svn:keywords
set to
Author Date Id Revision
r1377 r1436 29 29 * This file is included by the main page to show the menu bar 30 30 * 31 */ 31 */ 32 32 $template->set_filenames( 33 33 array( … … 301 301 ) 302 302 ); 303 304 if (isset($page['category']) and $page['cat_uploadable'] ) 305 { // upload a picture in the category 306 $url = get_root_url().'upload.php?cat='.$page['category']; 307 $template->assign_block_vars( 308 'upload', 309 array( 310 'U_UPLOAD'=> $url 311 ) 312 ); 313 } 314 303 315 $template->assign_var_from_handle('MENUBAR', 'menubar'); 304 316 ?> -
Property
svn:eol-style
set to
Note: See TracChangeset
for help on using the changeset viewer.