mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@169 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f2906e4e0d
commit
4d87dc94e8
10 changed files with 112 additions and 85 deletions
|
|
@ -54,7 +54,7 @@
|
|||
// 모듈의 타이틀 값을 구해옴
|
||||
$oModuleModel = &getModel('module');
|
||||
$module_info = $oModuleModel->getModuleInfoXml($mo);
|
||||
Context::set('module_info', $module_info);
|
||||
Context::set('selected_module_info', $module_info);
|
||||
|
||||
// 해당 모듈의 template path, file을 가로챔
|
||||
$this->setTemplatePath($oModule->getTemplatePath());
|
||||
|
|
|
|||
|
|
@ -19,9 +19,9 @@
|
|||
<!--@end-->
|
||||
</div>
|
||||
|
||||
<!--@if($mo && $module_info)-->
|
||||
<!--@if($selected_module_info)-->
|
||||
<div id="admin_module_info">
|
||||
<a href="#" onclick="location.href='{getUrl('mo', $mo, 'act', $module_info->admin_index_act)}'">{$module_info->title}</a> (ver {$module_info->version})
|
||||
<a href="#" onclick="location.href='{getUrl('mo', $mo, 'act', $module_info->admin_index_act)}'">{$selected_module_info->title}</a> (ver {$selected_module_info->version})
|
||||
</div>
|
||||
<!--@end-->
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue