Log in

View Full Version : template selection in url?


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') . '");');

Gary King
03-26-2004, 01:56 AM
https://vborg.vbsupport.ru/showthread.php?t=62164&highlight=%2Atemplate%2A :)

Tim Wheatley
03-26-2004, 02:06 AM
Ooooooooooooooooooooooooo thank you VERY much!! :D

Gary King
03-26-2004, 06:53 PM
Glad I could help :D