aboutsummaryrefslogtreecommitdiff
path: root/mod/defaultwidgets/views/default/admin/appearance/default_dashboard_widgets.php
blob: 6efcd5b519d6ca6060d2c705742c25a78037ba33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?php
/**
 * Elgg default_widgets plugin.
 *
 * @package DefaultWidgets
 * 
 **/

// Set admin user for user block
set_page_owner($_SESSION['guid']);

// create the view
$time = time();
echo elgg_view('defaultwidgets/editor', array(
	'token' => generate_action_token($time),
	'ts' => $time,
	'context' => 'dashboard',
));