Changeset 1071 in ExiteCMS for trunk/administration/article_cats.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/article_cats.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/article_cats.php
r834 r1071 17 17 18 18 // load the locale for this module 19 require_once PATH_LOCALE.LOCALESET."admin/news-articles.php";19 locale_load("admin.news-articles"); 20 20 21 21 // temp storage for template variables … … 38 38 // define the message panel variables 39 39 $variables['bold'] = true; 40 $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");40 $template_panels[] = array('type' => 'body', 'name' => 'admin.article_cats.status', 'title' => $title, 'template' => '_message_table_panel.tpl', 'locale' => "admin.news-articles"); 41 41 $template_variables['admin.article_cats.status'] = $variables; 42 42 $variables = array(); … … 118 118 119 119 // define the admin body panel 120 $template_panels[] = array('type' => 'body', 'name' => 'admin.article_cats', 'title' => $title, 'template' => 'admin.article_cats.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/news-articles.php");120 $template_panels[] = array('type' => 'body', 'name' => 'admin.article_cats', 'title' => $title, 'template' => 'admin.article_cats.tpl', 'locale' => "admin.news-articles"); 121 121 $template_variables['admin.article_cats'] = $variables; 122 122
Note: See TracChangeset
for help on using the changeset viewer.
