Elgg  Version 2.3
footer.php
Go to the documentation of this file.
1 <?php
8 if (isset($vars['footer']) && $vars['footer']) {
9  echo '<div class="elgg-foot clearfix">';
10  echo $vars['footer'];
11  echo '</div>';
12 }
$vars['entity']
elgg echo
Translates a string.
Definition: languages.js:48