mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 05:39:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1215 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
11e4a9ce06
commit
bb28cb013b
4 changed files with 67 additions and 68 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue