***************************************************************************/
require_once 'header.inc.php';
-$templateservice =& ServiceFactory::getServiceInstance('TemplateService');
+$sf = new ServiceFactory();
+$templateservice =& $sf->getServiceInstance('TemplateService');
$tplVars = array();
$tplVars['subtitle'] = T_('About');