#1354 통합 검색 기능의 활성화 설정 추가

- 검색 아이콘 및 input만 표시되지 않으며 통합검색 모듈의 동작을 제한하지 않음
This commit is contained in:
bnu 2015-04-08 11:01:17 +09:00
parent 1b7851c31c
commit ebb5aec193
2 changed files with 16 additions and 3 deletions

View file

@ -109,6 +109,16 @@
</options>
</var>
<var name="enable_intergration_search" type="select">
<title xml:lang="ko">통함 검색</title>
<options value="Y">
<title xml:lang="ko">사용</title>
</options>
<options value="N">
<title xml:lang="ko">사용 안 함</title>
</options>
</var>
<var name="logo_img" type="image">
<title xml:lang="ko">기본형 로고 이미지</title>
</var>