Elgg  Version master
exception.php
Go to the documentation of this file.
1 <?php
10  echo elgg_view('messages/exceptions/admin_exception', $vars);
11  return;
12 }
13 
14 ?>
15 <div class="elgg-messages-exception">
16  <span title="Unrecoverable Error">
17  <?php echo elgg_echo('exception:contact_admin'); ?>
18  <br /><br />
19  Exception at time <?php echo date(DATE_W3C, elgg_extract('ts', $vars)); ?>.
20  </span>
21 </div>
elgg_is_admin_logged_in()
Returns whether or not the viewer is currently logged in and an admin user.
Definition: sessions.php:52
elgg_echo(string $message_key, array $args=[], string $language= '')
Elgg language module Functions to manage language and translations.
Definition: languages.php:17
elgg_view(string $view, array $vars=[], string $viewtype= '')
Return a parsed view.
Definition: views.php:156
$vars
Definition: theme.php:5