issue 2014, added wraper function getBrowserTitle()

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10841 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-07-06 08:12:05 +00:00
parent 0a432e5221
commit 8776570aae

View file

@ -981,5 +981,10 @@
return $module->browser_title;
}
function getBrowserTitle()
{
$this->getModuleName();
}
}
?>