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 */ 8 ?> 9<div class="footer"> 10 <div class="footnotes"> 11 <?php if ( true == $conf['tpl_MyOwn']['searchForm'] ) { ?> 12 <div class="searchform"> <?php tpl_searchform() ?> </div> 13 <?php } ?> 14 <?echo $conf['tpl_MyOwn']['footer']; ?> 15 </div> 16</div> 17 18