From 2f11637d43aca1920983f63e4a269f1a1f60314b Mon Sep 17 00:00:00 2001 From: chicpro Date: Thu, 8 Aug 2013 11:53:35 +0900 Subject: [PATCH] =?UTF-8?q?#273=20=EB=A6=AC=EC=8A=A4=ED=8A=B8=20=ED=83=80?= =?UTF-8?q?=EC=9E=85=20=EB=B3=80=EA=B2=BD=EC=9D=84=20=EC=9C=84=ED=95=9C=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/list.php | 13 +++++++++++++ shop/list.sort.php | 2 ++ 2 files changed, 15 insertions(+) diff --git a/shop/list.php b/shop/list.php index 9f8a8a51a..0c5e2ad4b 100644 --- a/shop/list.php +++ b/shop/list.php @@ -115,6 +115,19 @@ if ($is_admin) } ?> + + '.stripslashes($ca['ca_tail_html']).''; diff --git a/shop/list.sort.php b/shop/list.sort.php index 5432ee54d..4867bd4ae 100644 --- a/shop/list.sort.php +++ b/shop/list.sort.php @@ -30,8 +30,10 @@ $(function() { $("button.sct_lst_view").on("click", function() { if($(this).hasClass("sct_lst_gallery")) { $("ul.sct").removeClass("sct_13"); + set_cookie("ck_itemlist_type", "gallery", 1, g4_cookie_domain); } else { $("ul.sct").addClass("sct_13"); + set_cookie("ck_itemlist_type", "list", 1, g4_cookie_domain); } }); });