Elgg  Version 5.0
footer.php
Go to the documentation of this file.
1 <?php
8 $footer = elgg_extract('footer', $vars);
9 if (empty($footer)) {
10  return;
11 }
12 ?>
13 <div class="elgg-foot elgg-layout-footer">
14  <?= $footer ?>
15 </div>
$footer
Wrap form footer.
Definition: footer.php:11
elgg_extract($key, $array, $default=null, bool $strict=true)
Checks for $array[$key] and returns its value if it exists, else returns $default.
Definition: elgglib.php:254
$vars['head']
Definition: html.php:24