diff options
Diffstat (limited to 'templates/bookmarks.tpl.php')
-rw-r--r-- | templates/bookmarks.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bookmarks.tpl.php b/templates/bookmarks.tpl.php index 3cd3953..e27bc3e 100644 --- a/templates/bookmarks.tpl.php +++ b/templates/bookmarks.tpl.php @@ -16,7 +16,7 @@ $this->includeTemplate($GLOBALS['top_include']); include('search.inc.php'); ?> -<?php if($pageName == PAGE_INDEX):?> +<?php if($pageName == PAGE_INDEX && $GLOBALS['welcomeMessage']):?> <p id="welcome"><?php echo $GLOBALS['welcomeMessage'];?></p> <?php endif?> |