Changeset 1071 in ExiteCMS for trunk/administration/user_groups.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/user_groups.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/user_groups.php
r858 r1071 20 20 21 21 //load the locale for this module 22 include PATH_LOCALE.LOCALESET."admin/user_groups.php";22 locale_load("admin.user_groups"); 23 23 24 24 //check if the user has a right to be here. If not, bail out … … 74 74 // define the message panel variables 75 75 $variables['bold'] = true; 76 $template_panels[] = array('type' => 'body', 'name' => 'admin. article_cats.status', 'title' => $title, 'template' => '_message_table_panel.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/news-articles.php");77 $template_variables['admin. article_cats.status'] = $variables;76 $template_panels[] = array('type' => 'body', 'name' => 'admin.user_groups.status', 'title' => $title, 'template' => '_message_table_panel.tpl', 'locale' => "admin.user_groups"); 77 $template_variables['admin.user_groups.status'] = $variables; 78 78 $variables = array(); 79 79 } … … 317 317 318 318 // define the admin body panel 319 $template_panels[] = array('type' => 'body', 'name' => 'admin.user_groups', 'title' => $title, 'template' => 'admin.user_groups.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/user_groups.php");319 $template_panels[] = array('type' => 'body', 'name' => 'admin.user_groups', 'title' => $title, 'template' => 'admin.user_groups.tpl', 'locale' => "admin.user_groups"); 320 320 $template_variables['admin.user_groups'] = $variables; 321 321
Note: See TracChangeset
for help on using the changeset viewer.
