forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: kingspice on March 20, 2005, 06:32:00 pm

Title: Defining New Template Variable
Post by: kingspice on March 20, 2005, 06:32:00 pm
To define a new variable for template.html i.e. {ADVERT} do i just need to add it to:
$template_vars array in theme.php
or does it require additional changes?
Title: Re: Defining New Template Variable
Post by: donnoman on March 20, 2005, 07:12:34 pm
If you want to add a new token like that, you need to add a template var that contains the content you want to replace {TOKEN} with.

Place {TOKEN} in your template.html where you want it to go.

if your {TOKEN} is above {GALLERY} then you need to add the replacement instructions to function pageheader in theme.php
If it is below {GALLERY} then you need to add the replacement instructions to function pagefooter in theme.php

Title: Re: Defining New Template Variable
Post by: donnoman on March 20, 2005, 07:13:17 pm
see this thread http://forum.coppermine-gallery.net/index.php?topic=9863.msg44419#msg44419