From 76d453330df1c5076f3194526f758e368a59c9e6 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 12 Nov 2010 15:14:47 +0300 Subject: new category (un)collapse icons --- functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 7ab6fabb3..127704990 100644 --- a/functions.php +++ b/functions.php @@ -4275,9 +4275,11 @@ if ($hidden) { $holder_style = "display:none;"; $ellipsis = "…"; + $collapse_pic = "cat-uncollapse.png"; } else { $holder_style = ""; $ellipsis = ""; + $collapse_pic = "cat-collapse.png"; } $catctr_class = ($cat_unread > 0) ? "catCtrHasUnread" : "catCtrNoUnread"; @@ -4295,7 +4297,7 @@ print "
  • $tmp_category"; print ""; -- cgit v1.2.3