Page module UI enhancement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9242 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2011-09-20 10:23:23 +00:00
parent 705bc2523d
commit 0cc9b2e470
15 changed files with 236 additions and 305 deletions

View file

@ -85,7 +85,7 @@
$obj->module_srl = $module_srl;
Context::set('version', __ZBXE_VERSION__);
$obj->title = 'welcome_document';
$obj->title = 'Welcome XE';
$obj->content = $oTemplateHandler->compile('./modules/install/script/welcome_content', 'welcome_content_'.$lang);