1<?php 2/** 3 * Example footer include 4 * 5 * This file shows you how to use the include hooks. However I recommend to 6 * create your own complete new template instead. 7 */ 8require_once('conf.php'); 9?> 10 11<div align="center" class="footerinc"> 12 <div class="specialfooter"><?echo ($conf['cherokee-based']['footer-copyright'])?></div> 13 <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> 14</div> 15