summaryrefslogtreecommitdiffstats
path: root/lib/class/browse.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/browse.class.php')
-rw-r--r--lib/class/browse.class.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/class/browse.class.php b/lib/class/browse.class.php
index 932b4064..58fabccf 100644
--- a/lib/class/browse.class.php
+++ b/lib/class/browse.class.php
@@ -815,11 +815,6 @@ class Browse {
${$class_name} = new $class_name($id);
}
- if (!$ajax && Tag::validate_type($_SESSION['browse']['type'])) {
- $tagcloudList = Tag::get_many_tags($_SESSION['browse']['type'], $all_ids);
- require_once Config::get('prefix') . '/templates/show_tagcloud.inc.php';
- }
-
Ajax::start_container('browse_content');
// Switch on the type of browsing we're doing
switch ($_SESSION['browse']['type']) {