From: mensonge Date: Fri, 22 May 2009 15:15:00 +0000 (+0000) Subject: git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk... X-Git-Tag: v0.94~52 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=238226cd494fe5283270f3f790e3c36672fd74e3;p=semanticscuttle.git git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@332 b3834d28-1941-0410-a4f8-b48e95affb8f --- diff --git a/bookmarks.php b/bookmarks.php index 4922379..ab9d5bb 100644 --- a/bookmarks.php +++ b/bookmarks.php @@ -114,6 +114,10 @@ if ($cat) { $pagetitle .= $catTitleWithUrls; } +else +{ + $catTitleWithUrls = ''; +} $pagetitle = substr($pagetitle, 2); // Header variables diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 5820a4b..3cd3953 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -94,22 +94,26 @@ window.onload = playerLoad;