Quote:
Originally Posted by kr580
I'm only good at editing code that's already there.  Any ideas of what I would put and where?
|
In the "GENERIC_SHELL" template of each of the two styles you gonna use for site1 and site 2 find this:
HTML Code:
<title>$vboptions[bbtitle] - $pagetitle</title>
and change it to something like this:
HTML Code:
<title>Sitename - $pagetitle</title>
It's also possible to make it more dynamic with a plugin initializing a custom variable depending on the URL called or something like this.