1<?php 2/** 3 * Template footer, included in the main and detail files 4 */ 5 6// must be run from within DokuWiki 7if (!defined('DOKU_INC')) die(); 8?> 9 10<!-- ********** FOOTER ********** --> 11<div id="dokuwiki__footer"><div class="pad"> 12 <?php tpl_license(''); // license text ?> 13</div></div><!-- /footer --> 14 15<?php 16tpl_includeFile('footer.html'); 17