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;