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/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
19 lines
966 B
HTML
19 lines
966 B
HTML
<!--#include("./_header.html")-->
|
|
|
|
<div class="content">
|
|
<!--@if($logged_info->is_admin == 'Y')-->
|
|
<p class="path">
|
|
<a href="{getUrl('','module','admin')}">{$lang->admin_index}</a>
|
|
<!--@if($selected_module_info)-->
|
|
> <a href="{getUrl('','mid',$mid,'module',$module,'act',$selected_module_info->admin_index_act)}">{$selected_module_info->title}</a>
|
|
<!--@end-->
|
|
<!--@if($module_info)-->
|
|
> <a href="{getUrl('','mid',$mid,'module',$module,'act',$selected_module_info->admin_index_act)}">{$module_info->browser_title}</a>
|
|
[<a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}" onclick="window.open(this.href);return false;">{$lang->cmd_view}</a>]
|
|
<!--@end-->
|
|
</p>
|
|
<!--@end-->
|
|
{$content}
|
|
</div>
|
|
|
|
<!--#include("./_footer.html")-->
|