Changeset 16 for trunk/dotnode-new.php
- Timestamp:
- 08/10/05 21:20:03 (7 years ago)
- Files:
-
- 1 modified
-
trunk/dotnode-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dotnode-new.php
r10 r16 27 27 include('../includes/config/global.inc.php'); 28 28 29 $smarty = new Smarty; 30 31 $smarty->template_dir = SMARTYPATH.'/templates/'; 32 $smarty->compile_dir = SMARTYPATH.'/templates_c/'; 33 $smarty->config_dir = SMARTYPATH.'/configs/'; 34 $smarty->cache_dir = SMARTYPATH.'/cache/'; 35 29 $smarty = new Smarty_dotnode; 36 30 $smarty->compile_id = 'new'; 37 38 $smarty->debugging_ctrl = false;39 40 $smarty->register_block('t', 'smarty_translate');41 $smarty->register_modifier('wikise', 'Wikise');42 $smarty->register_function('html_access_options', 'smarty_function_html_access_options');43 $smarty->use_sub_dirs = true;44 45 #$smarty->force_compile = true;46 31 47 32 $token = retreive_url_info($_SERVER['PHP_SELF']);
