| 35 | | $smarty->template_dir = SMARTYPATH.'/templates_hp/'; |
| 36 | | $smarty->compile_dir = SMARTYPATH.'/templates_c/'; |
| 37 | | $smarty->config_dir = SMARTYPATH.'/configs/'; |
| 38 | | $smarty->cache_dir = SMARTYPATH.'/cache/'; |
| 39 | | $smarty->debugging_ctrl = false; |
| 40 | | $smarty->register_block('t', 'smarty_translate'); |
| 41 | | $smarty->register_modifier('wikise', 'Wikise'); |
| 42 | | $smarty->register_modifier('utf8', 'smarty_modifier_utf8'); |
| 43 | | |
| 44 | | $smarty->compile_id = 'hp'; |
| 45 | | $smarty->caching = false; |
| 46 | | $smarty->cache_lifetime = 600; |
| 47 | | $smarty->cache_modified_check = 1; |
| 48 | | $smarty->use_sub_dirs = 1; |