mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-13 03:37:02 +02:00
removed <?= php abbreviations
This commit is contained in:
@ -11,9 +11,6 @@
|
||||
<a class="messagelink" href="/index.php?route=message/download&id=<?php print $id; ?>"><?php print $text_download_message; ?></a> |
|
||||
<a class="messagelink" href="/index.php?route=message/restore&id=<?php print $id; ?>"><?php print $text_restore_to_mailbox; ?></a> |
|
||||
<a class="messagelink" href="/message.php/<?php print $id; ?>"><?php print $text_view_message; ?></a>
|
||||
<?php if(Registry::get('admin_user') == 1 && HOLD_EMAIL == 0) { ?>
|
||||
| <a class="messagelink" href="/index.php?route=message/remove&id=<?php print $id; ?>"><?php print $text_remove_message; ?></a>
|
||||
<?php } ?>
|
||||
</p>
|
||||
|
||||
<pre><?php print $data; ?></pre>
|
||||
|
@ -11,9 +11,6 @@
|
||||
<a class="messagelink" href="/index.php?route=message/download&id=<?php print $id; ?>"><?php print $text_download_message; ?></a> |
|
||||
<a class="messagelink" href="/message.php/<?php print $id; ?>"><?php print $text_view_message; ?></a> |
|
||||
<a class="messagelink" href="/index.php?route=message/headers&id=<?php print $id; ?>"><?php print $text_view_headers; ?></a>
|
||||
<?php if(Registry::get('admin_user') == 1 && HOLD_EMAIL == 0) { ?>
|
||||
| <a class="messagelink" href="/index.php?route=message/remove&id=<?php print $id; ?>"><?php print $text_remove_message; ?></a>
|
||||
<?php } ?>
|
||||
</p>
|
||||
|
||||
<p><?php print $data; ?></p>
|
||||
|
@ -11,9 +11,6 @@
|
||||
<a class="messagelink" href="/index.php?route=message/download&id=<?php print $id; ?>"><?php print $text_download_message; ?></a> |
|
||||
<a class="messagelink" href="/index.php?route=message/restore&id=<?php print $id; ?>"><?php print $text_restore_to_mailbox; ?></a> |
|
||||
<a class="messagelink" href="/index.php?route=message/headers&id=<?php print $id; ?>"><?php print $text_view_headers; ?></a>
|
||||
<?php if(Registry::get('admin_user') == 1 && HOLD_EMAIL == 0) { ?>
|
||||
| <a class="messagelink" href="/index.php?route=message/remove&id=<?php print $id; ?>"><?php print $text_remove_message; ?></a>
|
||||
<?php } ?>
|
||||
</p>
|
||||
|
||||
<strong><?php if($message['subject'] == "" || $message['subject'] == "Subject:") { print "<" . $text_no_subject . ">"; } else { print $message['subject']; } ?></strong><br />
|
||||
|
Reference in New Issue
Block a user