Changeset 16 for trunk/dotnode-error.php
- Timestamp:
- 08/10/05 21:20:03 (7 years ago)
- Files:
-
- 1 modified
-
trunk/dotnode-error.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dotnode-error.php
r10 r16 26 26 include('../includes/config/global.inc.php'); 27 27 28 $smarty = new Smarty; 29 30 $smarty->template_dir = SMARTYPATH.'/templates/'; 31 $smarty->compile_dir = SMARTYPATH.'/templates_c/'; 32 $smarty->config_dir = SMARTYPATH.'/configs/'; 33 $smarty->cache_dir = SMARTYPATH.'/cache/'; 34 $smarty->register_block('t', 'smarty_translate'); 35 $smarty->use_sub_dirs = true; 28 $smarty = new Smarty_dotnode; 36 29 37 30 $token = retreive_url_info($_SERVER['PHP_SELF']);
