Elgg  Version 2.3
Variables
content.php File Reference

Go to the source code of this file.

Variables

if(elgg_in_context('default_widgets')) $widget = elgg_extract('entity', $vars)
 
if(!elgg_instanceof($widget, 'object', 'widget')) $handler = $widget->handler
 
if(elgg_view_exists("widgets/$handler/content")) else
 

Variable Documentation

if (!elgg_instanceof($widget, 'object', 'widget')) $handler = $widget->handler

Definition at line 13 of file content.php.

if (elgg_in_context('default_widgets')) $widget = elgg_extract('entity', $vars)

Definition at line 8 of file content.php.

if (elgg_view_exists("widgets/$handler/content")) else
Initial value:
{
echo elgg_view_deprecated("widgets/$handler/view", $vars, "Widgets use content as the display view", '1.8')
elgg_view_deprecated($view, array $vars, $suggestion, $version)
Display a view with a deprecation notice.
Definition: views.php:353
elgg echo
Translates a string.
Definition: languages.js:48
$vars['title']
Definition: content.php:19

Definition at line 17 of file content.php.