View Single Post
  #2  
Old 10-02-2003, 05:19 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

also worth changing:

var $use_sub_dirs = true;

to

var $use_sub_dirs = false;

in Smarty.class.php in the smarty directory.

This will stopp all of the subdirectories being created with duplicates of the compiled templates.

Clean up your templates cache afterwards.
__________________
ex x-cart guru
Reply With Quote