|
|
@@ -14,7 +14,7 @@
|
|
|
</div>
|
|
|
|
|
|
<th:block th:replace="~{web/common/fragments/VariablesWeb :: variables}"></th:block>
|
|
|
-
|
|
|
+<th:block th:replace="~{web/common/fragments/ScriptsWeb :: scripts}"></th:block>
|
|
|
|
|
|
<!-- GNB -->
|
|
|
<th:block th:if="${brandGroupInfo == null }">
|
|
|
@@ -23,8 +23,6 @@
|
|
|
<th:block th:if="${brandGroupInfo != null }">
|
|
|
<header id="header" th:replace="~{web/common/fragments/BrandGnbWeb :: gnb}"></header>
|
|
|
</th:block>
|
|
|
-
|
|
|
-
|
|
|
<!--// GNB -->
|
|
|
|
|
|
<!-- CONTENT AREA -->
|
|
|
@@ -34,8 +32,6 @@
|
|
|
<!-- Footer -->
|
|
|
<footer id="footer" th:replace="~{web/common/fragments/FooterWeb :: footer}"></footer>
|
|
|
|
|
|
-<th:block th:replace="~{web/common/fragments/ScriptsWeb :: scripts}"></th:block>
|
|
|
-
|
|
|
<script th:inline="javascript">
|
|
|
/*<![CDATA[*/
|
|
|
$(document).ready(function() {
|