Context 변수 html_footer 충돌 문제 수정

관리자 페이지에서는 photoswipe 꺼두기
시스템 설정의 redirect_url 조정
This commit is contained in:
conory 2016-05-04 20:18:46 +09:00
parent f0fc9dce29
commit cfa151b8c2
4 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,7 @@
<div class="x_control-group">
<label class="x_control-label" for="html_footer">{$lang->input_footer_script}</label>
<div class="x_controls" style="margin-right:14px">
<textarea name="html_footer" id="html_footer" rows="6" style="width:100%" placeholder="{$lang->detail_input_footer_script}" title="{$lang->detail_input_footer_script}">{$html_footer}</textarea>
<textarea name="html_footer" id="html_footer" rows="6" style="width:100%" placeholder="{$lang->detail_input_footer_script}" title="{$lang->detail_input_footer_script}">{$all_html_footer}</textarea>
</div>
</div>
<div class="x_control-group">