mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@371 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
05aa0207f8
commit
266fcb1e0a
4 changed files with 10 additions and 2 deletions
|
|
@ -2,5 +2,7 @@
|
||||||
<module>
|
<module>
|
||||||
<actions>
|
<actions>
|
||||||
<action name="dispContent" type="view" standalone="true" admin_index="true" />
|
<action name="dispContent" type="view" standalone="true" admin_index="true" />
|
||||||
|
<action name="dispModuleList" type="view" standalone="true" />
|
||||||
|
<action name="dispCategory" type="view" standalone="true" />
|
||||||
</actions>
|
</actions>
|
||||||
</module>
|
</module>
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@
|
||||||
**/
|
**/
|
||||||
|
|
||||||
$lang->module_list = "모듈 목록";
|
$lang->module_list = "모듈 목록";
|
||||||
$lang->module_config = "설정";
|
$lang->module_config = "모듈 기본 설정";
|
||||||
|
$lang->module_category = "모듈 카테고리";
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,8 @@
|
||||||
|
<!--@if($mo=="module")-->
|
||||||
|
|
||||||
<div style="margin-bottom:20px;">
|
<div style="margin-bottom:20px;">
|
||||||
<span <!--@if($act=='dispModuleList')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispModuleList')}">{$lang->module_list}</a>]</span>
|
|
||||||
<span <!--@if($act=='dispConfig')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispConfig')}">{$lang->module_config}</a>]</span>
|
<span <!--@if($act=='dispConfig')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispConfig')}">{$lang->module_config}</a>]</span>
|
||||||
|
<span <!--@if($act=='dispCategory')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispCategory')}">{$lang->module_category}</a>]</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!--@end-->
|
||||||
|
|
|
||||||
1
modules/module/tpl.admin/index.html
Normal file
1
modules/module/tpl.admin/index.html
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
<!--#include("header.html")-->
|
||||||
Loading…
Add table
Add a link
Reference in a new issue