mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
10 lines
417 B
HTML
10 lines
417 B
HTML
<!--%import("js/admin.js")-->
|
|
|
|
<!--@if($mo=="module")-->
|
|
|
|
<div style="margin-bottom:20px;">
|
|
<span <!--@if($act=='dispContent')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispContent')}">{$lang->module_index}</a>]</span>
|
|
<span <!--@if($act=='dispCategory')-->style="font-weight:bold"<!--@end-->>[<a href="{getUrl('act','dispCategory')}">{$lang->module_category}</a>]</span>
|
|
</div>
|
|
|
|
<!--@end-->
|