aboutsummaryrefslogtreecommitdiff
path: root/views/default/dashboard/blurb.php
blob: 821c617f55ddc10d2798288826e33e417698321f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
/**
 * Elgg dashboard blurb
 *
 */
?>

<div id="dashboard-info">
	<p>
		<?php echo elgg_echo("dashboard:nowidgets"); ?>
	</p>
</div>