<?php
/**
 * Example footer include
 *
 * This file shows you how to use the include hooks. However I recommend to
 * create your own complete new template instead. 
 */
require_once('conf.php');
?>

<div align="center" class="footerinc">
  <div class="specialfooter"><?echo ($conf['cherokee-based']['footer-copyright'])?></div>
  <a class="specialfooter" href="<?echo($conf['cherokee-based']['footer-about-link'])?>" title="<?echo($conf['cherokee-based']['footer-about-info'])?>"><?echo($conf['cherokee-based']['footer-about-link-display'])?></a>
</div>