[ic] Setting title of results page

Peter peter at pajamian.dhs.org
Wed Dec 6 15:17:07 EST 2006


On 12/06/2006 11:59 AM, DB wrote:
> Now in the body of the results page, the tag
> [value category_name]
> gets displayed as expected. However I also want that value to be used
> for the results page's title. In the results page's template I have:

<snip>

> [set page_title][/set]

<snip>

> but if I put
> [value category_name]
> into the title slot in the admin content editor, the title of the page
> is literally "[value category_name]" and is not getting interpreted as I
> want.
> 
> Does anyone have an idea why the tag gets displyed correctly in the page
> body but not in the title?


You need to change the [set]...[/set] tag above to [seti]...[/seti].
Then it will work.  See...

<http://www.interchange.rtfm.info/icdocs/tags/set.html>
<http://www.interchange.rtfm.info/icdocs/tags/seti.html>

Peter


More information about the interchange-users mailing list