hide welcome message if it is empty

git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@360 b3834d28-1941-0410-a4f8-b48e95affb8f
This commit is contained in:
cweiske 2009-09-20 17:11:38 +00:00
parent 2b98bf8996
commit 423147a7d2

View file

@ -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?>