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