Changeset 1071 in ExiteCMS for trunk/forum/viewforum.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/forum/viewforum.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/viewforum.php
r1012 r1071 26 26 27 27 // load the locales for this forum module 28 require_once PATH_LOCALE.LOCALESET."forum/main.php";29 require_once PATH_LOCALE.LOCALESET."admin/forum_polls.php";28 locale_load("forum.main"); 29 locale_load("admin.forum_polls"); 30 30 31 31 // needed for localisation functions … … 181 181 182 182 // define the search body panel variables 183 $template_panels[] = array('type' => 'body', 'name' => 'forum.viewforum', 'template' => 'forum.viewforum.tpl', 'locale' => array( PATH_LOCALE.LOCALESET."forum/main.php",PATH_LOCALE.LOCALESET."admin/forum_polls.php"));183 $template_panels[] = array('type' => 'body', 'name' => 'forum.viewforum', 'template' => 'forum.viewforum.tpl', 'locale' => array("forum.main","admin.forum_polls")); 184 184 $template_variables['forum.viewforum'] = $variables; 185 185
Note: See TracChangeset
for help on using the changeset viewer.
