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