Changeset 1071 in ExiteCMS for trunk/administration/blacklist.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/blacklist.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/blacklist.php
r834 r1071 17 17 18 18 // load the locale for this module 19 include PATH_LOCALE.LOCALESET."admin/blacklist.php";19 locale_load("admin.blacklist"); 20 20 21 21 // temp storage for template variables … … 39 39 $variables['bold'] = true; 40 40 // define the admin body panel 41 $template_panels[] = array('type' => 'body', 'name' => 'blacklist.status', 'title' => $title, 'template' => '_message_table_panel.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/blacklist.php");41 $template_panels[] = array('type' => 'body', 'name' => 'blacklist.status', 'title' => $title, 'template' => '_message_table_panel.tpl', 'locale' => "admin.blacklist"); 42 42 $template_variables['blacklist.status'] = $variables; 43 43 } … … 88 88 89 89 // define the admin body panel 90 $template_panels[] = array('type' => 'body', 'name' => 'admin.blacklist', 'template' => 'admin.blacklist.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/blacklist.php");90 $template_panels[] = array('type' => 'body', 'name' => 'admin.blacklist', 'template' => 'admin.blacklist.tpl', 'locale' => "admin.blacklist"); 91 91 $template_variables['admin.blacklist'] = $variables; 92 92
Note: See TracChangeset
for help on using the changeset viewer.
