Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/11/2010, 17:55
yoleogaturro
 
Fecha de Ingreso: octubre-2010
Mensajes: 67
Antigüedad: 13 años, 5 meses
Puntos: 2
Respuesta: ayuda footer php

este es el archivo:

<?php



?>



<hr />

<div id="footer">

<p>

<?php bloginfo('name'); ?>



<?php _e('by ' ); ?> <a href="http://www.themebuilder.nl" target="_blank" title="Themebuilder"></a>

</p>

</div>

</div>



<?php wp_footer(); ?>

</body>

</html>