xref: /dokuwiki/lib/tpl/dokuwiki/tpl_footer.php (revision f8369d7d6e37248d6523fdac6e1d760fca4f1b52)
1<!-- ********** FOOTER ********** -->
2<div id="dokuwiki__footer"><div class="pad">
3    <?php tpl_license(''); // license text ?>
4
5    <div class="buttons">
6        <?php
7            tpl_license('button', true, false, false); // license button, no wrapper
8            $target = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
9        ?>
10        <a href="http://www.dokuwiki.org/donate" title="Donate" <?php echo $target?>><img
11            src="<?php echo tpl_basedir(); ?>images/button-donate.gif" width="80" height="15" alt="Donate" /></a>
12        <a href="http://www.php.net" title="Powered by PHP" <?php echo $target?>><img
13            src="<?php echo tpl_basedir(); ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP" /></a>
14        <a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0" <?php echo $target?>><img
15            src="<?php echo tpl_basedir(); ?>images/button-xhtml.png" width="80" height="15" alt="Valid XHTML 1.0" /></a>
16        <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $target?>><img
17            src="<?php echo tpl_basedir(); ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a>
18        <a href="http://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img
19            src="<?php echo tpl_basedir(); ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a>
20    </div>
21</div></div><!-- /footer -->
22
23<?php tpl_includeFile('footer.html') ?>
24