Changeset 1071 in ExiteCMS for trunk/print.php
- Timestamp:
- 11/06/07 17:12:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/print.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/print.php
r954 r1071 20 20 21 21 // load the locale for this module 22 include PATH_LOCALE.LOCALESET."print.php";22 locale_load("main.print"); 23 23 24 24 if (!isset($item_id) || !isNum($item_id)) fallback("index.php"); … … 56 56 57 57 // define the first body panel variables 58 $template_panels[] = array('type' => 'body', 'name' => 'print', 'template' => 'main.print.tpl', 'locale' => PATH_LOCALE.LOCALESET."print.php");58 $template_panels[] = array('type' => 'body', 'name' => 'print', 'template' => 'main.print.tpl', 'locale' => "main.print"); 59 59 $template_variables['print'] = $variables; 60 60
Note: See TracChangeset
for help on using the changeset viewer.
