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<footer class="footer">
12    <div class="footer-content">
13        <?php tpl_pageinfo() ?>
14        <?php tpl_license(''); // license text ?>
15    </div>
16</footer>