Elgg  Version 1.11
save.php
Go to the documentation of this file.
1 <?php
11 $vars['type'] = 'user';
13 
14 // Can't use elgg_view_form() because it overrides the $vars['action'] parameter
15 echo elgg_view('forms/plugins/settings/save', $vars);
elgg echo
Translates a string.
Definition: languages.js:43
elgg_view($view, $vars=array(), $bypass=false, $ignored=false, $viewtype= '')
Return a parsed view.
Definition: views.php:354
$vars['type']
Definition: save.php:11
elgg_get_page_owner_guid($guid=0)
Gets the guid of the entity that owns the current page.
Definition: pageowner.php:18