Changeset 1071 in ExiteCMS for trunk/administration/news.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/news.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/news.php
r967 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 … … 320 320 321 321 // store the info to generate the panel 322 $template_panels[] = array('type' => 'body', 'name' => 'admin.news', 'title' => $title, 'template' => 'admin.news.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/news-articles.php");322 $template_panels[] = array('type' => 'body', 'name' => 'admin.news', 'title' => $title, 'template' => 'admin.news.tpl', 'locale' => "admin.news-articles"); 323 323 $template_variables['admin.news'] = $variables; 324 324
Note: See TracChangeset
for help on using the changeset viewer.
