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
This commit is contained in:
parent
02eac4ca4a
commit
35aa7f2f3d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue