From 7676d787ab532ef2855837ed520102a2eb73d6fb Mon Sep 17 00:00:00 2001 From: bnu Date: Tue, 7 Apr 2015 15:35:28 +0900 Subject: [PATCH] =?UTF-8?q?#1354=20xeicon=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=EB=B3=84=EB=8F=84=20=EC=98=B5=EC=85=98=20=EC=A7=80=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/xedition/css/layout.css | 1 - layouts/xedition/layout.html | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/layouts/xedition/css/layout.css b/layouts/xedition/css/layout.css index 1c300b3ba..3d4e0da0a 100644 --- a/layouts/xedition/css/layout.css +++ b/layouts/xedition/css/layout.css @@ -38,7 +38,6 @@ a:hover,a:active,a:focus{text-decoration:none} /* Fixed Header */ /*.container.fixed_header{padding-top:80px}*/ -.fixed_header .header_wrap{position:absolute;top:0;left:0;width:100%;z-index:1000} .fixed_header .header_wrap.shrink{position:fixed;top:0;width:100%;z-index:1000;border-bottom:1px solid #e1e1e1;background-color:#fff;-webkit-animation:ani-header 0.5s forwards;animation:ani-header 0.5s forwards} .fixed_header .header_wrap.shrink .header>h1{padding:0} .fixed_header .header_wrap.shrink .gnb>ul>li>a{line-height:60px} diff --git a/layouts/xedition/layout.html b/layouts/xedition/layout.html index 5d4b5772e..38eca2957 100644 --- a/layouts/xedition/layout.html +++ b/layouts/xedition/layout.html @@ -33,6 +33,13 @@ {@ $_sample_slide = true} {@ $_sample_footer = true} + + + {@ $layout_info->layout_type = 'sub'} + {@ $layout_info->menu_type_sub = 'onepage_parallax'} + {@ $layout_info->content_fixed_width = 'N'} + + {@ $layout_info->content_fixed_width = (!$_is_indexmodule) ? 'Y' : 'N';}