This may be a stupid question, but I'm having a hard time figuring it out. The main page of our Wiki currently has a title of "Main Page - Site Name"
So I dug up the template for this page and the title tag reads:
Code:
<title><vb:if condition="$thread['displaytitle']">{vb:raw thread.displaytitle}<vb:else />{vb:raw thread.title}</vb:if><vb:if condition="$tabtitle"> - {vb:raw tabtitle}<vb:if condition="$pagenumber > 1"> {vb:rawphrase page_x, {vb:raw pagenumber}}</vb:if></vb:if> - {vb:raw vboptions.bbtitle}</title>
So my question is - What is $tabtitle referring to and where can I change it? I would like to add the name of our wiki in that output somewhere, and $tabtitle seems to be the perfect spot.
Any input would be appreciated.
Bookmarks