1*91626c7fSAnika Henke<?php 2*91626c7fSAnika Henke// must be run from within DokuWiki 3*91626c7fSAnika Henkeif (!defined('DOKU_INC')) die(); 4*91626c7fSAnika Henke?> 5*91626c7fSAnika Henke 60e336ca8SAndreas Gohr<!-- ********** FOOTER ********** --> 70e336ca8SAndreas Gohr<div id="dokuwiki__footer"><div class="pad"> 8a4380643SAnika Henke <?php tpl_license(''); // license text ?> 9a4380643SAnika Henke 10a4380643SAnika Henke <div class="buttons"> 110cec12dbSAndreas Gohr <?php 12a4380643SAnika Henke tpl_license('button', true, false, false); // license button, no wrapper 13a4380643SAnika Henke $target = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : ''; 140cec12dbSAndreas Gohr ?> 15a4380643SAnika Henke <a href="http://www.dokuwiki.org/donate" title="Donate" <?php echo $target?>><img 16a4380643SAnika Henke src="<?php echo tpl_basedir(); ?>images/button-donate.gif" width="80" height="15" alt="Donate" /></a> 17a4380643SAnika Henke <a href="http://www.php.net" title="Powered by PHP" <?php echo $target?>><img 18a4380643SAnika Henke src="<?php echo tpl_basedir(); ?>images/button-php.gif" width="80" height="15" alt="Powered by PHP" /></a> 19a4380643SAnika Henke <a href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0" <?php echo $target?>><img 20a4380643SAnika Henke src="<?php echo tpl_basedir(); ?>images/button-xhtml.png" width="80" height="15" alt="Valid XHTML 1.0" /></a> 21a4380643SAnika Henke <a href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS" <?php echo $target?>><img 22a4380643SAnika Henke src="<?php echo tpl_basedir(); ?>images/button-css.png" width="80" height="15" alt="Valid CSS" /></a> 23a4380643SAnika Henke <a href="http://dokuwiki.org/" title="Driven by DokuWiki" <?php echo $target?>><img 24a4380643SAnika Henke src="<?php echo tpl_basedir(); ?>images/button-dw.png" width="80" height="15" alt="Driven by DokuWiki" /></a> 250cec12dbSAndreas Gohr </div> 260e336ca8SAndreas Gohr</div></div><!-- /footer --> 270e336ca8SAndreas Gohr 28e5d4768dSAndreas Gohr<?php tpl_includeFile('footer.html') ?> 29