From 75202febf4478877a6277242cfaa53cfcfc085c4 Mon Sep 17 00:00:00 2001 From: mensonge Date: Wed, 14 May 2008 08:55:38 +0000 Subject: Interface fix: move welcome message to index page git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@127 b3834d28-1941-0410-a4f8-b48e95affb8f --- bookmarks.php | 1 + 1 file changed, 1 insertion(+) (limited to 'bookmarks.php') diff --git a/bookmarks.php b/bookmarks.php index eca291d..61e2aac 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -224,6 +224,7 @@ if ($templatename == 'editbookmark.tpl') { } $tplVars['summarizeLinkedTags'] = true; +$tplVars['pageName'] = PAGE_BOOKMARKS; $templateservice->loadTemplate($templatename, $tplVars); -- cgit v1.2.3-54-g00ecf