17488 Posts in 4473 Topics by 1978 members
| Go to End | ||
| Author | Topic: | 6045 Views |
-
Re: Page Titles

20 September 2007 at 9:47am
I have the same problem as dio5, can't get that global thing to work. Any solution?
-
Re: Page Titles

20 September 2007 at 10:09am
One option would be to put a SiteName() method into Page_Controller:
function SiteName() {
global $SiteName;
return $SiteName;
}It does take a but more code, though
| 6045 Views | ||
| Go to Top |


