PDA

View Full Version : How to change <title> for the CMS


vexxy
09-16-2011, 11:19 AM
Ok so I want on the main page (which is CMS home) to have a title, it can be whatever (i've set it up in Options) but when I visit an individual CMS page, I want that page to have its own title not as it is now :

<title><vb:if condition="$vboptions['cmstitle']">{vb:raw vboptions.cmstitle}<vb:else />{vb:raw vboptions.bbtitle}</vb:if> - {vb:raw html_title}</title>

So I think I need a condition, if it's home, then {vb:raw vboptions.cmstitle}, else {vb:raw html_title}.

So ..how? :)

Tnx in advance

vexxy
09-18-2011, 09:44 AM
so..nobody?