mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
fixed theme edit link
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9349 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bbbd26055d
commit
3f429d852a
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ $('#theme').data('themes', themes);
|
|||
</li>
|
||||
<li>· {$lang->description}: {$val->description}</li>
|
||||
<li>· {$lang->path}: {$val->path}</li>
|
||||
<li>· {$lang->cmd_setup}: <a href="#">Edit</a></li>
|
||||
<li>· {$lang->cmd_setup}: <a href="{getUrl('', 'module', 'admin', 'act', 'dispLayoutAdminModify', 'layout', $val->layout,'layout_srl', $val->layout_srl)}">{$lang->cmd_edit}</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue