aboutsummaryrefslogtreecommitdiff
path: root/views/installation/messages/errors/error.php
blob: 296fb1a6e66f43688e3520edb65aa60a1dc6832f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
 * Elgg error message
 * Displays a single error message
 *
 * @package Elgg
 * @subpackage Core
 *
 * @uses $vars['object'] An error message (string)
 */
?>

<p>
	<?php echo $vars['object']; ?>
</p>