Changeset 1071 in ExiteCMS for trunk/forum/viewthread.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/forum/viewthread.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/forum/viewthread.php
r948 r1071 20 20 21 21 // load the locales for this forum module 22 require_once PATH_LOCALE.LOCALESET."forum/main.php";23 require_once PATH_LOCALE.LOCALESET."admin/forum_polls.php";22 locale_load("forum.main"); 23 locale_load("admin.forum_polls"); 24 24 25 25 // needed for localisation functions … … 389 389 390 390 // define the search body panel variables 391 $template_panels[] = array('type' => 'body', 'name' => 'forum.viewthread', 'template' => 'forum.viewthread.tpl', 'locale' => array( PATH_LOCALE.LOCALESET."forum/main.php",PATH_LOCALE.LOCALESET."admin/forum_polls.php"));391 $template_panels[] = array('type' => 'body', 'name' => 'forum.viewthread', 'template' => 'forum.viewthread.tpl', 'locale' => array("forum.main","admin.forum_polls")); 392 392 $template_variables['forum.viewthread'] = $variables; 393 393
Note: See TracChangeset
for help on using the changeset viewer.
