Changeset 1071 in ExiteCMS for trunk/administration/images.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/images.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/images.php
r834 r1071 17 17 18 18 // load the locale for this module 19 include PATH_LOCALE.LOCALESET."admin/image_uploads.php";19 locale_load("admin.image_uploads"); 20 20 21 21 // temp storage for template variables … … 55 55 // define the message panel variables 56 56 $variables['bold'] = true; 57 $template_panels[] = array('type' => 'body', 'name' => 'admin.forums.status', 'title' => $title, 'template' => '_message_table_panel.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/forums.php");57 $template_panels[] = array('type' => 'body', 'name' => 'admin.forums.status', 'title' => $title, 'template' => '_message_table_panel.tpl', 'locale' => "admin.forums"); 58 58 $template_variables['admin.forums.status'] = $variables; 59 59 $variables = array(); … … 105 105 106 106 // define the admin body panel 107 $template_panels[] = array('type' => 'body', 'name' => 'admin.images', 'template' => 'admin.images.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/image_uploads.php");107 $template_panels[] = array('type' => 'body', 'name' => 'admin.images', 'template' => 'admin.images.tpl', 'locale' => "admin.image_uploads"); 108 108 $template_variables['admin.images'] = $variables; 109 109
Note: See TracChangeset
for help on using the changeset viewer.
