Tim Wheatley
03-26-2004, 01:07 AM
I need to know what I put inside a url to call a specific template?
ie:
page.php?temp=page1
then if i make a template called page1, that's what'll load...
something like;
if temp = anything
eval('print_output("' . fetch_template('anything') . '");');
ie:
page.php?temp=page1
then if i make a template called page1, that's what'll load...
something like;
if temp = anything
eval('print_output("' . fetch_template('anything') . '");');