summaryrefslogtreecommitdiffstatshomepage
path: root/alltags.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-01-22 16:16:06 +0000
committerGravatar mensonge2008-01-22 16:16:06 +0000
commit2aed4f1f9f71e668c9c60449a12847ea171d1812 (patch)
tree08f65bdc393c667985a97356cbed49b324fc2fa1 /alltags.php
parentb3b802434f4f1a17467baacd34c551885b7c9f37 (diff)
downloadscuttle-2aed4f1f9f71e668c9c60449a12847ea171d1812.tar.gz
scuttle-2aed4f1f9f71e668c9c60449a12847ea171d1812.zip
add stats to tags relation and use them to display tags
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@21 b3834d28-1941-0410-a4f8-b48e95affb8f
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);