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