Changeset 18

Show
Ignore:
Timestamp:
08/10/05 23:54:43 (7 years ago)
Author:
mat
Message:

cleanup.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/dotnode-id.php

    r16 r18  
    3434$smarty = new Smarty_dotnode; 
    3535 
    36 $smarty->template_dir = SMARTYPATH.'/templates/'; 
    37 $smarty->compile_dir = SMARTYPATH.'/templates_c/'; 
    3836$smarty->compile_id = 'www'; 
    3937 
  • trunk/includes/smarty.inc.php

    r17 r18  
    4141                # $smarty->force_compile = true; 
    4242                # $smarty->cache_modified_check = true; 
    43                 # FIXME: add default caching parameters. 
    4443                 
    4544                $this->template_dir = SMARTYPATH . '/templates/';