aboutsummaryrefslogtreecommitdiff
path: root/mod/dashboard/views/default/dashboard/blurb.php
blob: 9293e513a67de1b305cf832fbc89ed79cee75222 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?php
/**
 * Elgg dashboard blurb
 *
 */
?>

<div class="elgg-col elgg-col-2of3">
<?php 
	echo elgg_view('output/longtext', array(
		'id' => 'dashboard-info',
		'class' => 'elgg-inner pam mhs mtn',
		'value' => elgg_echo("dashboard:nowidgets"),
	));

?>
</div>