Log in

View Full Version : Templates?


colicab-d
04-10-2003, 02:16 PM
hi ok i need a wee bit of help.. so far all my hacking has been done to add extra tools to the admin panel.

however i hought id write a simple shout box fr a friends vb. The prob im having is that ive included global.php but i dont think thats what i need for the html parts of the script to work.

when i say this i mean stuff like $tableheadercolour etc, as so far ive got it all written into the script but its just showing up as orange/blue boxes not the forum colours it should be :p

likewise i have $header and $footer included but again they just show up as $header and $footer not there respective html equivs :P


should i maybe have <? $tanleheader ?> like that in each case? seens how this is written directly to the script and isnt a template in the admin panel?

Xenon
04-10-2003, 03:14 PM
you have to use eval("dooutput like the vbscripts to get {headercolor} and $header parsed.

colicab-d
04-11-2003, 12:45 PM
thnk you ;)