<?php
	$tgt = ($conf['target']['extern']) ? 'target="'.$conf['target']['extern'].'"' : '';
?>

<div class="footer">	
	<span>&copy; 2007 :: Ismael Salgado</span>
	
	<a <?php echo $tgt?> class="b-xhtml" href="http://validator.w3.org/check/referer" title="Valid XHTML 1.0"></a>
	<a <?php echo $tgt?> class="b-css" href="http://jigsaw.w3.org/css-validator/check/referer?profile=css3" title="Valid CSS"></a>
	<a <?php echo $tgt?> class="b-php" href="http://www.php.net" title="Powered by PHP"></a>
	<a <?php echo $tgt?> class="b-dw" href="http://wiki.splitbrain.org/wiki:dokuwiki" title="Powered by DokuWiki"></a>	
	<a <?php echo $tgt?> class="b-cc" href="http://creativecommons.org/licenses/by-sa/2.5/es/" title="Creative Commons License"></a>
	<!--<a <?php echo $tgt?> class="b-gpl" href="http://www.fsf.org/licensing/licenses/info/GPLv2.html" title="Source Code under GPLv2"></a>-->
</div>

<?php
if ($conf['allowdebug']) {
   echo '<!-- page made in '.round(delta_time(DOKU_START_TIME), 3).' seconds -->';
}
?>