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