mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
Fix #832 make the viewport setting customizable
모바일 접속시 <meta name="viewport"> 태그에 들어가는 내용을 시스템 설정 메뉴에서 커스터마이징할 수 있도록 변경함.
This commit is contained in:
parent
2f10d5c0b5
commit
17ca61eed3
7 changed files with 15 additions and 1 deletions
|
|
@ -248,6 +248,8 @@ $lang->timezone = 'Time Zone';
|
|||
$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->mobile_viewport = 'Mobile viewport Setting';
|
||||
$lang->about_mobile_viewport = 'The settings entered above will be output in a <meta name="viewport"> tag for mobile visitors.';
|
||||
$lang->thumbnail_target = 'Extract Thumbnail From';
|
||||
$lang->thumbnail_target_all = 'All images';
|
||||
$lang->thumbnail_target_attachment = 'Attached images only';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue