View Single Post
Old 13.08.2004, 22:10   #2 (permalink)
lauren40883
Baby Mamber
 
Join Date: Jul 2004
Posts: 11
lauren40883 is on a distinguished road
Default Re: How to set default template without template manager?

You can hard-code your choice of a template by altering the code in index.php, in your root folder.

Look for the code that says (maybe around line 135):
PHP Code:
$cur_template $cur_template $mainframe->getTemplate(); 
and replace it with:
PHP Code:
$cur_template "name_of_template"
Where "name_of_template" is the name of your template. Make sure you use the correct capitalization and spacing.

Hope this helps!!
lauren40883 is offline