View Single Post
  #8 (permalink)  
Old 08-20-2006, 07:11 PM
Simon Simon is offline
Constant Pligger
 
Join Date: Mar 2006
Posts: 575
Thanks: 14
Thanked 126 Times in 61 Posts
Maybe i haven't understood correctly one of the original questions, but you define which templates are used in the main files, for example:

In index.php, the final line is $main_smarty->display($the_template . '/index.tpl');

This is calling the index.tpl template file when index.php is used. So if you want to rename index.tpl to main.tpl for instance, you'd do so, and then change the corresponding line in index.php.
__________________


Last edited by Simon; 08-20-2006 at 07:14 PM..
Reply With Quote