diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-23 14:47:35 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-01-23 14:47:35 +0000 |
commit | 47f8a6dd9ebb1d7e7595215186db18522f4ea0de (patch) | |
tree | 8301d7c053fc9579364c2cd8faddf9de2123af11 /index.php | |
parent | d419572c289ee06a690de4af6644a9de9f02b6e2 (diff) | |
download | semanticscuttle-47f8a6dd9ebb1d7e7595215186db18522f4ea0de.tar.gz semanticscuttle-47f8a6dd9ebb1d7e7595215186db18522f4ea0de.tar.bz2 |
interface bug fix: alltags page doesn't display the complete tree for a user
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@23 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ $tplVars['total'] = $bookmarks['total']; $tplVars['bookmarks'] =& $bookmarks['bookmarks']; $tplVars['cat_url'] = createURL('tags', '%2$s'); $tplVars['nav_url'] = createURL('index', '%3$s'); +$tplVars['summarizeLinkedTags'] = true; $templateservice->loadTemplate('bookmarks.tpl', $tplVars); |