Changeset 1071 in ExiteCMS for trunk/administration/settings_main.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/settings_main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/settings_main.php
r974 r1071 17 17 18 18 // load the locale for this module 19 include PATH_LOCALE.LOCALESET."admin/settings.php";19 locale_load("admin.settings"); 20 20 21 21 // temp storage for template variables … … 59 59 60 60 // define the admin body panel 61 $template_panels[] = array('type' => 'body', 'name' => 'admin.settings_main', 'template' => 'admin.settings_main.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/settings.php");61 $template_panels[] = array('type' => 'body', 'name' => 'admin.settings_main', 'template' => 'admin.settings_main.tpl', 'locale' => "admin.settings"); 62 62 $template_variables['admin.settings_main'] = $variables; 63 63
Note: See TracChangeset
for help on using the changeset viewer.
