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