


Sometimes it's usefull to customize the page title. With this snippet you can change the page title or add some special string.
config.noPageTitle = 2 page.headerData.5 = TEXT page.headerData.5.field = subtitle // title page.headerData.5.wrap = <title>Domain.com: |</title>
Here is another sample that reads the page title wich is defined under "Template".
temp.pageTitle=COA temp.pageTitle{ wrap=This is the title:| 5=RECORDS 5{ # id of the template record source=1 tables = sys_template conf.sys_template > conf.sys_template = TEXT conf.sys_template.field=sitetitle } }
This snippet was submited by Dominic Pfluger


Comments (1)