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