Changeset 2530
- Timestamp:
- Sep 14, 2008, 9:16:15 AM (16 years ago)
- Location:
- trunk
- Files:
-
- 29 added
- 38 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/advanced_feature.php
r2299 r2530 86 86 // +-----------------------------------------------------------------------+ 87 87 88 $template->set_filename('advanced_feature', 'ad min/advanced_feature.tpl');88 $template->set_filename('advanced_feature', 'advanced_feature.tpl'); 89 89 90 90 $start_url = get_root_url().'admin.php?page=advanced_feature&action='; -
trunk/admin/cat_list.php
r2433 r2530 151 151 // | template initialization | 152 152 // +-----------------------------------------------------------------------+ 153 $template->set_filename('categories', ' admin/cat_list.tpl');153 $template->set_filename('categories', 'cat_list.tpl'); 154 154 155 155 $form_action = PHPWG_ROOT_PATH.'admin.php?page=cat_list'; -
trunk/admin/cat_modify.php
r2517 r2530 222 222 223 223 //----------------------------------------------------- template initialization 224 $template->set_filename( 'categories', ' admin/cat_modify.tpl');224 $template->set_filename( 'categories', 'cat_modify.tpl'); 225 225 226 226 $base_url = get_root_url().'admin.php?page='; -
trunk/admin/cat_move.php
r2299 r2530 62 62 // | template initialization | 63 63 // +-----------------------------------------------------------------------+ 64 $template->set_filename('cat_move', ' admin/cat_move.tpl');64 $template->set_filename('cat_move', 'cat_move.tpl'); 65 65 66 66 $template->assign( -
trunk/admin/cat_options.php
r2339 r2530 142 142 $template->set_filenames( 143 143 array( 144 'cat_options' => ' admin/cat_options.tpl',145 'double_select' => ' admin/double_select.tpl'144 'cat_options' => 'cat_options.tpl', 145 'double_select' => 'double_select.tpl' 146 146 ) 147 147 ); -
trunk/admin/cat_perm.php
r2349 r2530 194 194 // +-----------------------------------------------------------------------+ 195 195 196 $template->set_filename('cat_perm', ' admin/cat_perm.tpl');196 $template->set_filename('cat_perm', 'cat_perm.tpl'); 197 197 198 198 $template->assign( -
trunk/admin/comments.php
r2299 r2530 117 117 // +-----------------------------------------------------------------------+ 118 118 119 $template->set_filenames(array('comments'=>' admin/comments.tpl'));119 $template->set_filenames(array('comments'=>'comments.tpl')); 120 120 121 121 // TabSheet initialization -
trunk/admin/configuration.php
r2325 r2530 165 165 166 166 //----------------------------------------------------- template initialization 167 $template->set_filename('config', ' admin/configuration.tpl');167 $template->set_filename('config', 'configuration.tpl'); 168 168 169 169 // TabSheet -
trunk/admin/element_set_global.php
r2409 r2530 201 201 // +-----------------------------------------------------------------------+ 202 202 $template->set_filenames( 203 array('element_set_global' => ' admin/element_set_global.tpl'));203 array('element_set_global' => 'element_set_global.tpl')); 204 204 205 205 $base_url = get_root_url().'admin.php'; -
trunk/admin/element_set_ranks.php
r2517 r2530 104 104 // +-----------------------------------------------------------------------+ 105 105 $template->set_filenames( 106 array('element_set_ranks' => ' admin/element_set_ranks.tpl')106 array('element_set_ranks' => 'element_set_ranks.tpl') 107 107 ); 108 108 -
trunk/admin/element_set_unit.php
r2299 r2530 127 127 128 128 $template->set_filenames( 129 array('element_set_unit' => ' admin/element_set_unit.tpl'));129 array('element_set_unit' => 'element_set_unit.tpl')); 130 130 131 131 $base_url = PHPWG_ROOT_PATH.'admin.php'; -
trunk/admin/extend_for_templates.php
r2453 r2530 182 182 183 183 $template->set_filenames(array('extend_for_templates' 184 => ' admin/extend_for_templates.tpl'));184 => 'extend_for_templates.tpl')); 185 185 186 186 $base_url = PHPWG_ROOT_PATH.'admin.php?page=extend_for_templates'; -
trunk/admin/group_list.php
r2299 r2530 150 150 // +-----------------------------------------------------------------------+ 151 151 152 $template->set_filenames(array('group_list' => ' admin/group_list.tpl'));152 $template->set_filenames(array('group_list' => 'group_list.tpl')); 153 153 154 154 $template->assign( -
trunk/admin/group_perm.php
r2299 r2530 124 124 $template->set_filenames( 125 125 array( 126 'group_perm' => ' admin/group_perm.tpl',127 'double_select' => ' admin/double_select.tpl'126 'group_perm' => 'group_perm.tpl', 127 'double_select' => 'double_select.tpl' 128 128 ) 129 129 ); -
trunk/admin/history.php
r2299 r2530 152 152 // +-----------------------------------------------------------------------+ 153 153 154 $template->set_filename('history', ' admin/history.tpl');154 $template->set_filename('history', 'history.tpl'); 155 155 156 156 // TabSheet initialization -
trunk/admin/include/check_integrity.class.php
r2299 r2530 185 185 if (isset($this->retrieve_list) and count($this->retrieve_list) > 0) 186 186 { 187 $template->set_filenames(array('check_integrity' => ' admin/check_integrity.tpl'));187 $template->set_filenames(array('check_integrity' => 'check_integrity.tpl')); 188 188 189 189 foreach ($this->retrieve_list as $i => $c13y) -
trunk/admin/include/functions_notification_by_mail.inc.php
r2299 r2530 262 262 get_mail_template($env_nbm['email_format'], 263 263 array('template' => $nbm_user['template'], 'theme' => $nbm_user['theme'])); 264 $env_nbm['mail_template']->set_filename('notification_by_mail', ' admin/notification_by_mail.tpl');264 $env_nbm['mail_template']->set_filename('notification_by_mail', 'notification_by_mail.tpl'); 265 265 } 266 266 } -
trunk/admin/include/tabsheet.class.php
r2299 r2530 127 127 global $template; 128 128 129 $template->set_filename('tabsheet', ' admin/tabsheet.tpl');129 $template->set_filename('tabsheet', 'tabsheet.tpl'); 130 130 $template->assign('tabsheet', $this->sheets); 131 131 $template->assign('tabsheet_selected', $this->selected); -
trunk/admin/maintenance.php
r2306 r2530 116 116 // +-----------------------------------------------------------------------+ 117 117 118 $template->set_filenames(array('maintenance'=>' admin/maintenance.tpl'));118 $template->set_filenames(array('maintenance'=>'maintenance.tpl')); 119 119 120 120 $start_url = get_root_url().'admin.php?page=maintenance&action='; -
trunk/admin/menubar.php
r2488 r2530 158 158 ); 159 159 } 160 $template->set_filename( 'menubar_admin_content', ' admin/menubar.tpl' );160 $template->set_filename( 'menubar_admin_content', 'menubar.tpl' ); 161 161 $template->assign_var_from_handle( 'ADMIN_CONTENT', 'menubar_admin_content'); 162 162 ?> -
trunk/admin/notification_by_mail.php
r2299 r2530 575 575 array 576 576 ( 577 'double_select' => ' admin/double_select.tpl',578 'notification_by_mail'=>' admin/notification_by_mail.tpl'577 'double_select' => 'double_select.tpl', 578 'notification_by_mail'=>'notification_by_mail.tpl' 579 579 ) 580 580 ); -
trunk/admin/permalinks.php
r2299 r2530 105 105 106 106 107 $template->set_filename('permalinks', ' admin/permalinks.tpl' );107 $template->set_filename('permalinks', 'permalinks.tpl' ); 108 108 109 109 $query = ' -
trunk/admin/picture_modify.php
r2304 r2530 195 195 $template->set_filenames( 196 196 array( 197 'picture_modify' => ' admin/picture_modify.tpl'197 'picture_modify' => 'picture_modify.tpl' 198 198 ) 199 199 ); -
trunk/admin/plugins_list.php
r2299 r2530 29 29 include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php'); 30 30 31 $template->set_filenames(array('plugins' => ' admin/plugins_list.tpl'));31 $template->set_filenames(array('plugins' => 'plugins_list.tpl')); 32 32 33 33 $order = isset($_GET['order']) ? $_GET['order'] : 'name'; -
trunk/admin/plugins_new.php
r2299 r2530 29 29 include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php'); 30 30 31 $template->set_filenames(array('plugins' => ' admin/plugins_new.tpl'));31 $template->set_filenames(array('plugins' => 'plugins_new.tpl')); 32 32 33 33 $order = isset($_GET['order']) ? $_GET['order'] : 'date'; -
trunk/admin/plugins_update.php
r2299 r2530 29 29 include_once(PHPWG_ROOT_PATH.'admin/include/plugins.class.php'); 30 30 31 $template->set_filenames(array('plugins' => ' admin/plugins_update.tpl'));31 $template->set_filenames(array('plugins' => 'plugins_update.tpl')); 32 32 33 33 $base_url = get_root_url().'admin.php?page='.$page['page']; -
trunk/admin/profile.php
r2299 r2530 42 42 $page['errors'] = array_merge($page['errors'], $errors); 43 43 44 $template->set_filename('profile', ' admin/profile.tpl');44 $template->set_filename('profile', 'profile.tpl'); 45 45 $template->assign_var_from_handle('ADMIN_CONTENT', 'profile'); 46 46 ?> -
trunk/admin/rating.php
r2475 r2530 112 112 // +-----------------------------------------------------------------------+ 113 113 114 $template->set_filename('rating', ' admin/rating.tpl');114 $template->set_filename('rating', 'rating.tpl'); 115 115 116 116 $template->assign( -
trunk/admin/site_manager.php
r2324 r2530 73 73 // | template init | 74 74 // +-----------------------------------------------------------------------+ 75 $template->set_filenames(array('site_manager'=>' admin/site_manager.tpl'));75 $template->set_filenames(array('site_manager'=>'site_manager.tpl')); 76 76 77 77 // +-----------------------------------------------------------------------+ -
trunk/admin/site_update.php
r2491 r2530 831 831 // | template initialization | 832 832 // +-----------------------------------------------------------------------+ 833 $template->set_filenames(array('update'=>' admin/site_update.tpl'));833 $template->set_filenames(array('update'=>'site_update.tpl')); 834 834 $result_title = ''; 835 835 if (isset($simulate) and $simulate) -
trunk/admin/stats.php
r2333 r2530 372 372 } 373 373 374 $template->set_filename('stats', ' admin/stats.tpl');374 $template->set_filename('stats', 'stats.tpl'); 375 375 376 376 // TabSheet initialization -
trunk/admin/tags.php
r2299 r2530 186 186 // +-----------------------------------------------------------------------+ 187 187 188 $template->set_filenames(array('tags' => ' admin/tags.tpl'));188 $template->set_filenames(array('tags' => 'tags.tpl')); 189 189 190 190 $template->assign( -
trunk/admin/template/goto/theme/roma/themeconf.inc.php
r2526 r2530 49 49 50 50 $themeconf = array( 51 'template' => ' wigo',52 'theme' => 'roma', 51 'template' => 'goto', /* Goto Admin template */ 52 'theme' => 'roma', /* "roma" is the foundation theme of Piwigo */ 53 53 'icon_dir' => 'template/yoga/icon', 54 'admin_icon_dir' => ' template/yoga/icon/admin',54 'admin_icon_dir' => 'admin/template/goto/icon', 55 55 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', 56 56 'selected_admin_menu' => selected_admin_menu(), -
trunk/admin/thumbnail.php
r2428 r2530 161 161 // | template initialization | 162 162 // +-----------------------------------------------------------------------+ 163 $template->set_filenames( array('thumbnail'=>' admin/thumbnail.tpl') );163 $template->set_filenames( array('thumbnail'=>'thumbnail.tpl') ); 164 164 165 165 $template->assign(array( -
trunk/admin/upload.php
r2299 r2530 136 136 137 137 //----------------------------------------------------- template initialization 138 $template->set_filenames(array('upload'=>' admin/upload.tpl'));138 $template->set_filenames(array('upload'=>'upload.tpl')); 139 139 140 140 // TabSheet initialization -
trunk/admin/user_list.php
r2299 r2530 466 466 // +-----------------------------------------------------------------------+ 467 467 468 $template->set_filenames(array('user_list'=>' admin/user_list.tpl'));468 $template->set_filenames(array('user_list'=>'user_list.tpl')); 469 469 470 470 $base_url = PHPWG_ROOT_PATH.'admin.php?page=user_list'; -
trunk/admin/user_perm.php
r2299 r2530 118 118 $template->set_filenames( 119 119 array( 120 'user_perm' => ' admin/user_perm.tpl',121 'double_select' => ' admin/double_select.tpl'120 'user_perm' => 'user_perm.tpl', 121 'double_select' => 'double_select.tpl' 122 122 ) 123 123 ); -
trunk/include/config_default.inc.php
r2527 r2530 618 618 // +-----------------------------------------------------------------------+ 619 619 620 $conf['admin_layout'] = ' wigo/roma';620 $conf['admin_layout'] = 'goto/roma'; 621 621 622 622 // should we load the active plugins ? true=Yes, false=No
Note: See TracChangeset
for help on using the changeset viewer.