summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-30 11:42:42 +0100
committerAndrew Dolgov <[email protected]>2007-10-30 11:42:42 +0100
commitdda1396f92f4a6cae8adc1b2d154c631a0aeffeb (patch)
treec3b4b519e246e77b6044c485a5571b28c8b4e9fd /functions.php
parent62129e6710d21bc00443248268f3b6ce01201355 (diff)
remove misleading click to browse titles from special/label category counters
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/functions.php b/functions.php
index 7ba6ea96d..744a728ec 100644
--- a/functions.php
+++ b/functions.php
@@ -3722,7 +3722,7 @@
print "<span id=\"FCAP-$cat_id\">";
}
- print " <span id=\"FCATCTR-$cat_id\" title=\"Click to browse category\"
+ print " <span id=\"FCATCTR-$cat_id\"
class=\"$catctr_class\">($cat_unread)</span> $ellipsis";
if ($can_browse) {
@@ -4010,7 +4010,7 @@
print "<li class=\"feedCat\" id=\"FCAT-$cat_id\">
<a id=\"FCATN-$cat_id\" href=\"javascript:toggleCollapseCat($cat_id)\">$tmp_category</a>
<a href=\"#\" onclick=\"javascript:viewCategory($cat_id)\" id=\"FCAP-$cat_id\">
- <span id=\"FCATCTR-$cat_id\" title=\"Click to browse category\"
+ <span id=\"FCATCTR-$cat_id\"
class=\"$catctr_class\">($cat_unread)</span> $ellipsis
</a></li>";