git-svn-id: http://xe-core.googlecode.com/svn/trunk@1215 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-18 05:53:27 +00:00
parent 11e4a9ce06
commit bb28cb013b
4 changed files with 67 additions and 68 deletions

View file

@ -24,7 +24,8 @@
Context::set('colorset', $args->colorset);
// 템플릿 파일을 지정
$tpl_file = 'login_info';
if(Context::get('is_logged')) $tpl_file = 'login_info';
else $tpl_file = 'login_form';
// 템플릿 컴파일
$oTemplate = new TemplateHandler();