mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 19:42:15 +09:00
First step of converting legacy ExtraVar class to module
This commit is contained in:
parent
267aa9c397
commit
dd06193a1d
9 changed files with 164 additions and 0 deletions
8
modules/extravar/views/header.blade.php
Normal file
8
modules/extravar/views/header.blade.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<div class="x_page-header">
|
||||
<h1>{{ $lang->extra_vars }}</h1>
|
||||
</div>
|
||||
<ul class="x_nav x_nav-tabs">
|
||||
<li @class(['x_active' => $act === 'dispExtravarAdminConfig'])>
|
||||
<a href="{{ getUrl(['module' => 'admin', 'act' => 'dispExtravarAdminConfig']) }}">{{ $lang->skin }}</a>
|
||||
</li>
|
||||
</ul>
|
||||
Loading…
Add table
Add a link
Reference in a new issue