aboutsummaryrefslogtreecommitdiff
path: root/mod/defaultwidgets/views/default/admin/appearance/default_profile_widgets.php
blob: 2abbf02e46ceac97e2084df2a545b21638681087 (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' => 'profile',
));