Elgg  Version 1.9
admin_exception.php
Go to the documentation of this file.
1 <?php
12 ?>
13 
14 <p class="elgg-messages-exception">
15  <span title="<?php echo get_class($vars['object']); ?>">
16  <?php
17 
18  echo nl2br($vars['object']->getMessage());
19 
20  ?>
21  </span>
22 </p>
23 
24 <p class="elgg-messages-exception">
25  <?php
26 
27  echo nl2br(htmlentities(print_r($vars['object'], true), ENT_QUOTES, 'UTF-8'));
28 
29  ?>
30 </p>
ui datepicker title
Definition: admin.php:592
p
Definition: admin.php:118
elgg echo
Translates a string.
Definition: languages.js:43
ui datepicker td span
Definition: admin.php:610
if(file_exists($welcome)) $vars
Definition: upgrade.php:93