PDA

View Full Version : Including Custom Templates



Breaker
Tue 15th Apr '03, 5:17am
I have been wondering how i could include a template i created into another template, like forumhome or something. Is this possible

Orfejs
Sun 25th May '03, 5:29am
I made $metadata and could not inlcude in header either. Any idea?! Anything?

Breaker
Sun 25th May '03, 6:47am
In PHPInclude on a new empty line add:


eval("\$customvariable = \"".gettemplate('customtemplate')."\";");

Change the highlighted text to match ur prefered variable + custom template name.

Add your custom variable 2 any template.


NOTE: Remember to include $ at the beggining of your variable

Orfejs
Sun 25th May '03, 8:49am
I did it. It did not worked. It did not displayed all the HTML document, just 2/3 of it. It never changed the way it displays. It was a .CSS file.