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:
parent
2b98bf8996
commit
423147a7d2
1 changed files with 1 additions and 1 deletions
|
@ -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?>
|
||||
|
||||
|
|
Loading…
Reference in a new issue