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