mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +09:00
Allow tablets to be treated as mobile or not depending on configuration
This commit is contained in:
parent
e8d4c1f27f
commit
ad8a07096c
9 changed files with 94 additions and 101 deletions
|
|
@ -17,7 +17,7 @@ $lang->admin_info = 'Administrator Info';
|
|||
$lang->admin_index = 'Index Admin Page';
|
||||
$lang->control_panel = 'Dashboard';
|
||||
$lang->site_title = 'Site Title';
|
||||
$lang->site_title = 'Site Subtitle';
|
||||
$lang->site_subtitle = 'Site Subtitle';
|
||||
$lang->start_module = 'Homepage';
|
||||
$lang->select_site = 'Site';
|
||||
$lang->select_module_type = 'Module Type';
|
||||
|
|
@ -168,8 +168,9 @@ $lang->status = 'Status';
|
|||
$lang->action = 'Execute';
|
||||
$lang->use_rewrite = 'Use Rewrite Mode';
|
||||
$lang->timezone = 'Time Zone';
|
||||
$lang->use_mobile_view = 'Enable Mobile Page';
|
||||
$lang->use_mobile_view = 'Enable Mobile View';
|
||||
$lang->about_use_mobile_view = 'Show mobile page when visitors access with mobile devices.';
|
||||
$lang->tablets_as_mobile = 'Treat Tablets as Mobile';
|
||||
$lang->thumbnail_type = 'Select thumbnail type.';
|
||||
$lang->input_footer_script = 'Footer script';
|
||||
$lang->detail_input_footer_script = 'The script is inserted into the bottom of body. It does not work at admin page.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue