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="footerinc">
10  <?php tpl_license('button', true)?>
11
12  <a target="_blank" href="https://www.dokuwiki.org/dokuwiki" title="Driven by DokuWiki"><img src="<?php echo DOKU_TPL?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>
13
14  <a target="_blank" href="<?php echo DOKU_BASE?>feed.php" title="Recent changes RSS feed"><img src="<?php echo DOKU_TPL?>images/button-rss.png" width="80" height="15" alt="Recent changes RSS feed" /></a>
15
16  <a target="_blank" href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS"><img src="<?php echo DOKU_TPL?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
17
18  <a target="_blank" href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0"><img src="<?php echo DOKU_TPL?>images/button-xhtml.png" width="80" height="15" alt="Valid XHTML 1.0" /></a>
19</div>
20