aboutsummaryrefslogtreecommitdiff
path: root/populartags.php
diff options
context:
space:
mode:
Diffstat (limited to 'populartags.php')
-rw-r--r--populartags.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/populartags.php b/populartags.php
index daef205..6bed82d 100644
--- a/populartags.php
+++ b/populartags.php
@@ -76,6 +76,8 @@ if (isset($userid)) {
$tplVars['cat_url'] = createURL('tags', '%2$s');
}
+$tplVars['sidebar_blocks'] = array('linked');
+
$tplVars['subtitle'] = $pagetitle;
$templateservice->loadTemplate('tags.tpl', $tplVars);