mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
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:
parent
f665cf843b
commit
4dd01ec7c6
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,8 @@
|
||||||
* @brief Initialization
|
* @brief Initialization
|
||||||
**/
|
**/
|
||||||
function init() {
|
function init() {
|
||||||
|
// Set browser title
|
||||||
|
Context::setBrowserTitle(Context::getLang('introduce_title'));
|
||||||
// Specify the template path
|
// Specify the template path
|
||||||
$this->setTemplatePath($this->module_path.'tpl');
|
$this->setTemplatePath($this->module_path.'tpl');
|
||||||
// Error occurs if already installed
|
// Error occurs if already installed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue