summaryrefslogtreecommitdiffstatshomepage
path: root/templates/top.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-04-24 08:48:57 +0000
committerGravatar mensonge2008-04-24 08:48:57 +0000
commit791f1492478e4497a554c2a3a1c8737c36d71821 (patch)
tree4037e33a1d69a7a9170d88666e0752d900c904c4 /templates/top.inc.php
parent3b79d6b9cc75eaf2b54f6d41843a313b13395c8d (diff)
downloadscuttle-791f1492478e4497a554c2a3a1c8737c36d71821.tar.gz
scuttle-791f1492478e4497a554c2a3a1c8737c36d71821.zip
Interface design: improve tags presentation, menu box, popup size, redirection after adding a bookmark, RSS link position
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@118 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/top.inc.php')
-rw-r--r--templates/top.inc.php2
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