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@148 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ac3c60cf94
commit
0a7a6bd648
1 changed files with 3 additions and 3 deletions
|
|
@ -8,9 +8,9 @@
|
||||||
<a href="{getUrl('act','dispLogout')}">{$lang->cmd_logout}</a>
|
<a href="{getUrl('act','dispLogout')}">{$lang->cmd_logout}</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="admin_module_list">
|
<div id="admin_module_list">
|
||||||
<!--@foreach($module_list as $module_name => $module_title)-->
|
<!--@foreach($module_list as $module_item)-->
|
||||||
<div <!--@if($module_name==$sid)-->style="font-weight:bold;"<!--@end-->>
|
<div <!--@if($module_item->module==$sid)-->style="font-weight:bold;"<!--@end-->>
|
||||||
<a href="{getUrl('sid',$module_name,'act','','module_srl','','page','')}">{$module_title}</a>
|
<a href="{getUrl('sid',$module_item->module,'act','','module_srl','','page','')}">{$module_item->title}</a>
|
||||||
</div>
|
</div>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue