Changeset 1071 in ExiteCMS for trunk/administration/forum_polls.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/administration/forum_polls.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/forum_polls.php
r834 r1071 17 17 18 18 // load the locale for this module 19 include PATH_LOCALE.LOCALESET."admin/forum_polls.php";19 locale_load("admin.forum_polls"); 20 20 21 21 // temp storage for template variables … … 258 258 259 259 // define the admin body panel 260 $template_panels[] = array('type' => 'body', 'name' => 'admin.forum_polls', 'template' => 'admin.forum_polls.tpl', 'locale' => PATH_LOCALE.LOCALESET."admin/forum_polls.php");260 $template_panels[] = array('type' => 'body', 'name' => 'admin.forum_polls', 'template' => 'admin.forum_polls.tpl', 'locale' => "admin.forum_polls"); 261 261 $template_variables['admin.forum_polls'] = $variables; 262 262
Note: See TracChangeset
for help on using the changeset viewer.
