Replace <?= with <?php echo

This commit is contained in:
Miles Lott 2007-05-13 17:50:52 +00:00
parent 96c8f47e67
commit 01fb2ed1d6

View File

@ -1,6 +1,6 @@
<div align="center"> <div align="center">
<div style="line-height:160%;text-align:center;padding-top:20px;padding-bottom:100px;width:400px;"> <div style="line-height:160%;text-align:center;padding-top:20px;padding-bottom:100px;width:400px;">
<h2><?=lang('Access not permitted')?></h2> <h2><?php echo lang('Access not permitted')?></h2>
<?=lang('You\'ve tried to open the eGroupWare application: %1, but you have no permission to access this application.', '<i>'.$this->currentapp.'</i>')?> <?php echo lang('You\'ve tried to open the eGroupWare application: %1, but you have no permission to access this application.', '<i>'.$this->currentapp.'</i>')?>
</div> </div>
</div> </div>