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