diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-22 16:16:06 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-22 16:16:06 +0000 |
commit | 2aed4f1f9f71e668c9c60449a12847ea171d1812 (patch) | |
tree | 08f65bdc393c667985a97356cbed49b324fc2fa1 /templates/tags.tpl.php | |
parent | b3b802434f4f1a17467baacd34c551885b7c9f37 (diff) | |
download | semanticscuttle-2aed4f1f9f71e668c9c60449a12847ea171d1812.tar.gz semanticscuttle-2aed4f1f9f71e668c9c60449a12847ea171d1812.tar.bz2 |
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 'templates/tags.tpl.php')
-rw-r--r-- | templates/tags.tpl.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/tags.tpl.php b/templates/tags.tpl.php index 7266170..d5de176 100644 --- a/templates/tags.tpl.php +++ b/templates/tags.tpl.php @@ -23,5 +23,6 @@ echo $contents ."\n"; <?php } +$this->includeTemplate('sidebar.tpl'); $this->includeTemplate($GLOBALS['bottom_include']); -?>
\ No newline at end of file +?> |