summaryrefslogtreecommitdiffstatshomepage
path: root/templates/top.inc.php
diff options
context:
space:
mode:
authorGravatar mensonge2008-09-08 16:57:16 +0000
committerGravatar mensonge2008-09-08 16:57:16 +0000
commit35aa7f2f3d7430aaa2ce6b2f9101399c6e4736b1 (patch)
treee4b860b42c5573a8c134366189c6b1213c8cdb66 /templates/top.inc.php
parent02eac4ca4afe27cdef2782d62a929915667e9064 (diff)
downloadscuttle-35aa7f2f3d7430aaa2ce6b2f9101399c6e4736b1.tar.gz
scuttle-35aa7f2f3d7430aaa2ce6b2f9101399c6e4736b1.zip
Minor bug fix: add transform <? into <?php (thanks sov^36)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@140 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates/top.inc.php')
-rw-r--r--templates/top.inc.php2
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>