Fix #832 make the viewport setting customizable

모바일 접속시 <meta name="viewport"> 태그에 들어가는 내용을
시스템 설정 메뉴에서 커스터마이징할 수 있도록 변경함.
This commit is contained in:
Kijin Sung 2017-11-23 16:54:06 +09:00
parent 2f10d5c0b5
commit 17ca61eed3
7 changed files with 15 additions and 1 deletions

View file

@ -80,6 +80,13 @@
</select>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label" for="mobile_viewport">{$lang->mobile_viewport}</label>
<div class="x_controls">
<input type="text" name="mobile_viewport" id="mobile_viewport" value="{$mobile_viewport}" style="min-width: 80%" />
<p class="x_help-block">{$lang->about_mobile_viewport}</p>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label">{$lang->use_db_session}</label>
<div class="x_controls">