Elgg
Version 1.11
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
views
default
admin
dashboard.php
Go to the documentation of this file.
1
<?php
2
3
elgg_set_page_owner_guid
(
elgg_get_logged_in_user_guid
());
4
5
$params
= array(
6
'num_columns'
=> 2,
7
'exact_match'
=>
true
,
8
'show_access'
=>
false
,
9
);
10
$widgets
=
elgg_view_layout
(
'widgets'
,
$params
);
11
12
echo
$widgets
;
$widgets
$widgets
Definition:
dashboard.php:10
elgg_set_page_owner_guid
elgg_set_page_owner_guid($guid)
Set the guid of the entity that owns this page.
Definition:
pageowner.php:73
$params
$params
Definition:
dashboard.php:5
echo
elgg echo
Translates a string.
Definition:
languages.js:43
elgg_view_layout
elgg_view_layout($layout_name, $vars=array())
Displays a layout with optional parameters.
Definition:
views.php:622
elgg_get_logged_in_user_guid
elgg_get_logged_in_user_guid()
Return the current logged in user by guid.
Definition:
sessions.php:42
Generated on Sat Dec 21 2024 00:00:50 for Elgg by
1.8.11