diff options
Diffstat (limited to 'templates/top.inc.php')
-rw-r--r-- | templates/top.inc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/top.inc.php b/templates/top.inc.php index 28fa4fc..58eacb5 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -32,7 +32,9 @@ if(isset($_GET['popup'])) { $this->includeTemplate('toolbar.inc'); } ?> +<? if(!isset($_GET['popup'])):?> <span id="welcome"><?php echo $GLOBALS['welcomeMessage'];?></span> +<?php endif; ?> </div> <?php |