1<?php 2 $tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : ''; 3?> 4 5<div class="footer"> 6 <span>© 2007 :: Ismael Salgado</span> 7 8 <a <?php echo $tgt?> class="b-xhtml" href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0"></a> 9 <a <?php echo $tgt?> class="b-css" href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS"></a> 10 <a <?php echo $tgt?> class="b-php" href="http://www.php.net" title="Powered by PHP"></a> 11 <a <?php echo $tgt?> class="b-dw" href="http://wiki.splitbrain.org/wiki:dokuwiki" title="Powered by DokuWiki"></a> 12 <a <?php echo $tgt?> class="b-cc" href="http://creativecommons.org/licenses/by-sa/2.5/es/" title="Creative Commons License"></a> 13 <!--<a <?php echo $tgt?> class="b-gpl" href="http://www.fsf.org/licensing/licenses/info/GPLv2.html" title="Source Code under GPLv2"></a>--> 14</div> 15 16<?php 17if ($conf['allowdebug']) { 18 echo '<!-- page made in '.round(delta_time(DOKU_START_TIME), 3).' seconds -->'; 19} 20?> 21