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