Ok so I want on the main page (which is CMS home) to have the default title (i've already took care of that 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}.
I really appreciate if you give me any leads.
Tnx!


LinkBack URL
About LinkBacks





Reply With Quote