mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
Replace <?= with <?php echo
This commit is contained in:
parent
96c8f47e67
commit
01fb2ed1d6
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user