From 2aed4f1f9f71e668c9c60449a12847ea171d1812 Mon Sep 17 00:00:00 2001 From: mensonge Date: Tue, 22 Jan 2008 16:16:06 +0000 Subject: 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 --- alltags.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'alltags.php') 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); -- cgit v1.2.3