Elgg  Version 1.11
full.php
Go to the documentation of this file.
1 <?php
21 $summary = elgg_extract('summary', $vars);
24 if ($class) {
25  $class = "elgg-content clearfix $class";
26 } else {
27  $class = "elgg-content clearfix";
28 }
29 
31 
32 echo <<<HTML
33 <div class="$class">
34 $header
35 $body
36 </div>
37 HTML;
$class
Definition: full.php:23
$body
Definition: full.php:22
$header
Definition: full.php:30
$icon
Object full rendering.
Definition: full.php:20
$summary
Definition: full.php:21
elgg_extract($key, array $array, $default=null, $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition: elgglib.php:1246
if(file_exists($welcome)) $vars
Definition: upgrade.php:93
fieldset div
Definition: admin.php:470
elgg_view_image_block($image, $body, $vars=array())
Wrapper function for the image block display pattern.
Definition: views.php:1196