diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-17 10:25:29 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-02-17 10:25:29 +0000 |
commit | 9c00383f0f7f20326025010e3819528582add734 (patch) | |
tree | ab9d0a2df00664d94e136047d3107d6276e0cd5e /templates/top.inc.php | |
parent | 2fb1f13f9335c01996b3e3e9ac6d5f60e5d3b211 (diff) | |
download | semanticscuttle-9c00383f0f7f20326025010e3819528582add734.tar.gz semanticscuttle-9c00383f0f7f20326025010e3819528582add734.tar.bz2 |
Interface fix: add css style to private notes on bookmarks page.
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@286 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/top.inc.php')
-rw-r--r-- | templates/top.inc.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/top.inc.php b/templates/top.inc.php index 72c5612..d5ee7b0 100644 --- a/templates/top.inc.php +++ b/templates/top.inc.php @@ -40,8 +40,7 @@ if(isset($_GET['popup'])) { if(!isset($_GET['popup'])) { $this->includeTemplate('toolbar.inc'); } -?> <?php if(!isset($_GET['popup'])):?> <!--span id="welcome"><?php echo $GLOBALS['welcomeMessage'];?></span--> -<?php endif; ?></div> +?></div> <?php if (isset($subtitle)) { @@ -56,4 +55,4 @@ if (isset($msg) && $msg!='') { if (isset($tipMsg) && $tipMsg!='') { echo '<p class="tipMsg">'. $tipMsg ."</p>\n"; } -?>
\ No newline at end of file +?> |