forked from extern/egroupware
Replace <?= with <?php echo
This commit is contained in:
parent
96c8f47e67
commit
01fb2ed1d6
@ -1,6 +1,6 @@
|
||||
<div align="center">
|
||||
<div style="line-height:160%;text-align:center;padding-top:20px;padding-bottom:100px;width:400px;">
|
||||
<h2><?=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>')?>
|
||||
<h2><?php echo lang('Access not permitted')?></h2>
|
||||
<?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>
|
||||
|
Loading…
Reference in New Issue
Block a user