mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
#1077 fixed. About colorset display on the admin page. etc.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9873 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
f748458ecd
commit
76eee73aac
11 changed files with 21 additions and 20 deletions
|
|
@ -6,9 +6,9 @@
|
|||
<!--@if($module_info)-->
|
||||
<!--@if($module_info->mid)-->
|
||||
<h2 class="h2">
|
||||
{$module_info->mid} <!--@if($module_info->is_default=='Y')-->({$lang->is_default})<!--@end-->
|
||||
{$module_info->mid}<block cond="$module_info->is_default=='Y'">({$lang->is_default})</block>
|
||||
|
|
||||
<a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}">View</a>
|
||||
<a href="{getSiteUrl($module_info->domain,'','mid',$module_info->mid)}">{$lang->view}</a>
|
||||
</h2>
|
||||
<!--@end-->
|
||||
<div class="cnb">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue