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:
mensonge 2008-09-08 16:57:16 +00:00
parent 02eac4ca4a
commit 35aa7f2f3d

View file

@ -34,7 +34,7 @@ if(isset($_GET['popup'])) {
$this->includeTemplate('toolbar.inc'); $this->includeTemplate('toolbar.inc');
} }
?> ?>
<? if(!isset($_GET['popup'])):?> <?php if(!isset($_GET['popup'])):?>
<!--span id="welcome"><?php echo $GLOBALS['welcomeMessage'];?></span--> <!--span id="welcome"><?php echo $GLOBALS['welcomeMessage'];?></span-->
<?php endif; ?> <?php endif; ?>
</div> </div>