diff options
| author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-06-18 15:02:52 +0000 | 
|---|---|---|
| committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-06-18 15:02:52 +0000 | 
| commit | 71a057721f5de8330b5bdd1775089abddbdb9d76 (patch) | |
| tree | 8ae69ca694b02888e2a6fbc8d279d40d4326625b | |
| parent | 69415a631fd20a124d4b1955932cd3d7f634ef46 (diff) | |
| download | semanticscuttle-71a057721f5de8330b5bdd1775089abddbdb9d76.tar.gz semanticscuttle-71a057721f5de8330b5bdd1775089abddbdb9d76.tar.bz2 | |
Interface fix: put linkedtags box on bookmarks page.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@342 b3834d28-1941-0410-a4f8-b48e95affb8f
| -rw-r--r-- | bookmarks.php | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bookmarks.php b/bookmarks.php index ab9d5bb..a5f384e 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -223,6 +223,7 @@ if ($templatename == 'editbookmark.tpl') {  		$cat = NULL;  		$tplVars['currenttag'] = NULL;  		//$tplVars['sidebar_blocks'][] = 'menu2'; +		$tplVars['sidebar_blocks'][] = 'linked';  		$tplVars['sidebar_blocks'][] = 'popular';  	} else { //pages with tags  		$rssCat = '/'. filter($cat, 'url'); | 
