issue 1043: Fixed a bug for empty <title>

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9847 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2011-11-19 03:09:32 +00:00
parent f665cf843b
commit 4dd01ec7c6

View file

@ -13,6 +13,8 @@
* @brief Initialization
**/
function init() {
// Set browser title
Context::setBrowserTitle(Context::getLang('introduce_title'));
// Specify the template path
$this->setTemplatePath($this->module_path.'tpl');
// Error occurs if already installed