diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-09-08 16:57:16 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-09-08 16:57:16 +0000 |
commit | 35aa7f2f3d7430aaa2ce6b2f9101399c6e4736b1 (patch) | |
tree | e4b860b42c5573a8c134366189c6b1213c8cdb66 /templates/top.inc.php | |
parent | 02eac4ca4afe27cdef2782d62a929915667e9064 (diff) | |
download | semanticscuttle-35aa7f2f3d7430aaa2ce6b2f9101399c6e4736b1.tar.gz semanticscuttle-35aa7f2f3d7430aaa2ce6b2f9101399c6e4736b1.tar.bz2 |
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.php | 2 |
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> |