|
The easiest way would be just to delete <?=$pageTitle ?> and replace it with whatever you want the title to be.
Although it looks like the person who ran the site before had the title stored in $SITE_OBJ['sitename'];
so you can search through and try to find where that value is set, once again, check include files etc. that's only if you want though. You can easily just do what i said before.
Last edited by Capo64; 11-13-2007 at 02:45 PM.
|