mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
Clean up common_layout.html and merge with mobile_layout.html
This commit is contained in:
parent
32aa19e6f2
commit
65517735e0
10 changed files with 65 additions and 132 deletions
|
|
@ -16,11 +16,5 @@
|
|||
</p>
|
||||
</footer>
|
||||
</div>
|
||||
<script>
|
||||
xe.current_lang = '{$lang_type}';
|
||||
xe.lang.confirm_run = '{$lang->confirm_run}';
|
||||
xe.lang.confirm_reset_admin_menu = '{$lang->confirm_reset_admin_menu}';
|
||||
admin_menu_srl = '{$admin_menu_srl}';
|
||||
</script>
|
||||
<load target="./js/config.js" usecdn="true" />
|
||||
<load target="../../session/tpl/js/session.js" usecdn="true" />
|
||||
|
|
|
|||
|
|
@ -1,5 +1,14 @@
|
|||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=2, user-scalable=yes" />
|
||||
<script>
|
||||
var admin_menu_srl = "{$admin_menu_srl}";
|
||||
xe.cmd_find = "{$lang->cmd_find}";
|
||||
xe.cmd_cancel = "{$lang->cmd_cancel}";
|
||||
xe.cmd_confirm = "{$lang->cmd_confirm}";
|
||||
xe.msg_select_menu = "{$lang->msg_select_menu}";
|
||||
xe.lang.confirm_run = "{$lang->confirm_run}";
|
||||
xe.lang.confirm_reset_admin_menu = "{$lang->confirm_reset_admin_menu}";
|
||||
</script>
|
||||
<div class="x">
|
||||
<p class="skipNav"><a href="#content">{$lang->skip_to_content}</a></p>
|
||||
<header class="header">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue