aboutsummaryrefslogtreecommitdiffstats
path: root/include/category_default.inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/category_default.inc.php')
-rw-r--r--include/category_default.inc.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/category_default.inc.php b/include/category_default.inc.php
index 3c1ed5a6c..88e0c7537 100644
--- a/include/category_default.inc.php
+++ b/include/category_default.inc.php
@@ -129,7 +129,9 @@ foreach ($pictures as $row)
}
case 'most_visited' :
{
- $name = '('.$row['hit'].') '.$name;
+ if ( !$user['show_nb_hits']) {
+ $name = '('.$row['hit'].') '.$name;
+ }
break;
}
case 'search' :