Log in

View Full Version : Custom Template Question


phlop
06-14-2002, 01:19 AM
Hello,
I created a custom template, "new_splash", and "new_header"

In "new_splash" I replaced the $header with $new_header to call it in without all the buttons.
Not this didnt seem to like me, and refused to display it.
I also tried <? eval("dooutput(\"".gettemplate("new_header")."\");"); ?> Hoping that I could call it in that way. Both didnt work.

Now, is there some special way to call in a custom teplate? $customtemplates_new_header or something like that? Let me know please.
Thank you.

Xenon
06-14-2002, 11:13 AM
the header i created at the global.php, take a look at this...

or try that:

in the file where you call the new_splash-template, just add before the call this line:
eval("\$new_header = \"".gettemplate("new_header")."\";");