Elgg  Version 2.3
dashboard.php
Go to the documentation of this file.
1 <?php
2 
4 
5 $params = array(
6  'num_columns' => 2,
7  'exact_match' => true,
8  'show_access' => false,
9 );
11 
$widgets
Definition: dashboard.php:10
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
Definition: views.php:689
elgg_set_page_owner_guid($guid)
Set the guid of the entity that owns this page.
Definition: pageowner.php:72
$params
Definition: dashboard.php:5
elgg echo
Translates a string.
Definition: languages.js:48
elgg_get_logged_in_user_guid()
Return the current logged in user by guid.
Definition: sessions.php:42