Changeset 16 for trunk/dotnode-id.php
- Timestamp:
- 08/10/05 21:20:03 (7 years ago)
- Files:
-
- 1 modified
-
trunk/dotnode-id.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dotnode-id.php
r10 r16 32 32 } 33 33 34 $smarty = new Smarty ;34 $smarty = new Smarty_dotnode; 35 35 36 36 $smarty->template_dir = SMARTYPATH.'/templates/'; 37 37 $smarty->compile_dir = SMARTYPATH.'/templates_c/'; 38 $smarty->config_dir = SMARTYPATH.'/configs/';39 $smarty->cache_dir = SMARTYPATH.'/cache/';40 41 38 $smarty->compile_id = 'www'; 42 43 $smarty->register_block('t', 'smarty_translate');44 $smarty->register_modifier('wikise', 'Wikise');45 $smarty->register_modifier('linkurl', 'smarty_modifier_linkurl');46 $smarty->register_modifier('utf8', 'smarty_modifier_utf8');47 $smarty->register_function('html_access_options', 'smarty_function_html_access_options');48 $smarty->use_sub_dirs = true;49 #$smarty->force_compile = true;50 39 51 40 $token = retreive_url_info($_SERVER['PHP_SELF']);
