mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Fix #2331 add home button to module config pages displayed using the admin layout
This commit is contained in:
parent
07c2574c72
commit
d9be564dae
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
<header class="header">
|
||||
<!--@if($module_manager)-->
|
||||
<h1>
|
||||
<a class="default_header" href="javascript:void()"><i class="xi xi-cog"></i></a>
|
||||
<a class="default_header" href="{getUrl('')}"><i class="xi xi-home"></i></a>
|
||||
</h1>
|
||||
<p class="site" cond="$this->user->isAdmin()">
|
||||
<a href="{getUrl(['module' => 'admin', 'act' => $act ?? null, 'module_srl' => $module_info->module_srl])}">{lang('admin.view_in_manager_layout')}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue