You are here

region--footer.tpl.php in Varbase: The Ultimate Drupal CMS Starter Kit (Bootstrap Ready) 7.3

See also

bootstrap_preprocess_region().

bootstrap_process_page().

File

themes/vartheme/templates/system/region--footer.tpl.php
View source
<?php

/**
 * @file
 * region--footer.tpl.php
 *
 * @see bootstrap_preprocess_region().
 * @see bootstrap_process_page().
 *
 * @ingroup themeable
 */
?>
<div class="<?php

print $classes;
?>">
<?php

if ($content) {
  ?>
  <?php

  print $content;
}
?>
</div>