Changeset 1878 for trunk/admin.php
- Timestamp:
- Mar 7, 2007, 11:53:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin.php
r1877 r1878 70 70 $link_start = PHPWG_ROOT_PATH.'admin.php?page='; 71 71 $conf_link = $link_start.'configuration&section='; 72 $opt_link = $link_start.'cat_options&section=';73 72 //----------------------------------------------------- template initialization 74 73 $title = l10n('PhpWebGallery Administration'); // for include/page_header.php … … 94 93 'U_CATEGORIES'=> $link_start.'cat_list', 95 94 'U_MOVE'=> $link_start.'cat_move', 96 'U_CAT_UPLOAD'=> $opt_link.'upload',97 'U_CAT_COMMENTS'=> $opt_link.'comments',98 'U_CAT_VISIBLE'=> $opt_link.'visible',99 'U_CAT_STATUS'=> $opt_link.'status',100 95 'U_CAT_OPTIONS'=> $link_start.'cat_options', 101 96 'U_CAT_UPDATE'=> $link_start.'site_update&site=1', … … 119 114 array( 120 115 'U_WS_CHECKER'=> $link_start.'ws_checker', 121 )122 );123 }124 if ($conf['allow_random_representative'])125 {126 $template->assign_block_vars(127 'representative',128 array(129 'URL' => $opt_link.'representative'130 116 ) 131 117 );
Note: See TracChangeset
for help on using the changeset viewer.