Changeset 18
- Timestamp:
- 08/10/05 23:54:43 (7 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
dotnode-id.php (modified) (1 diff)
-
includes/smarty.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dotnode-id.php
r16 r18 34 34 $smarty = new Smarty_dotnode; 35 35 36 $smarty->template_dir = SMARTYPATH.'/templates/';37 $smarty->compile_dir = SMARTYPATH.'/templates_c/';38 36 $smarty->compile_id = 'www'; 39 37 -
trunk/includes/smarty.inc.php
r17 r18 41 41 # $smarty->force_compile = true; 42 42 # $smarty->cache_modified_check = true; 43 # FIXME: add default caching parameters.44 43 45 44 $this->template_dir = SMARTYPATH . '/templates/';
