Elgg
Version 3.0
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
echo
elgg_view_layout
(
'widgets'
, [
6
'num_columns'
=> 2,
7
'show_access'
=>
false
,
8
'owner_guid'
=>
elgg_get_logged_in_user_guid
(),
9
]);
elgg_set_page_owner_guid
elgg_set_page_owner_guid($guid)
Set the guid of the entity that owns this page.
Definition:
pageowner.php:81
echo
elgg echo
Translates a string.
Definition:
languages.js:43
elgg_view_layout
elgg_view_layout($layout_name, $vars=[])
Displays a layout with optional parameters.
Definition:
views.php:593
elgg_get_logged_in_user_guid
elgg_get_logged_in_user_guid()
Return the current logged in user by guid.
Definition:
sessions.php:39
Generated on Tue Jan 19 2021 00:00:22 for Elgg by
1.8.11