aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-01-11 08:35:12 +0000
committermensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f>2008-01-11 08:35:12 +0000
commit9cbba1119c8817ee5b41a8006042daf5b6c49df1 (patch)
tree7ee76b9686236250a5a9e6d7116b39a7644e8d86 /templates
parent639d8e15db8e2256b0c4bd7f518c76fe8674c6a7 (diff)
downloadsemanticscuttle-9cbba1119c8817ee5b41a8006042daf5b6c49df1.tar.gz
semanticscuttle-9cbba1119c8817ee5b41a8006042daf5b6c49df1.tar.bz2
new feature: add welcome message (configured in config file)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@7 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r--templates/top.inc.php1
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