10e336ca8SAndreas Gohr<!-- ********** FOOTER ********** --> 20e336ca8SAndreas Gohr<div id="dokuwiki__footer"><div class="pad"> 3*0cec12dbSAndreas Gohr <?php 4*0cec12dbSAndreas Gohr $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : ''; 5*0cec12dbSAndreas Gohr tpl_license(''); // text only 6*0cec12dbSAndreas Gohr ?> 7*0cec12dbSAndreas Gohr 8*0cec12dbSAndreas Gohr <div class="footerbuttons"> 9*0cec12dbSAndreas Gohr 10*0cec12dbSAndreas Gohr <?php tpl_license('button',true,false,false); // button, no wrapper?> 11*0cec12dbSAndreas Gohr <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*0cec12dbSAndreas Gohr <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*0cec12dbSAndreas Gohr <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*0cec12dbSAndreas Gohr <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*0cec12dbSAndreas Gohr <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*0cec12dbSAndreas Gohr </div> 170e336ca8SAndreas Gohr</div></div><!-- /footer --> 180e336ca8SAndreas Gohr 190e336ca8SAndreas Gohr<?php _tpl_include('footer.html') ?> 20