11/11/2009, 21:43
|
| | Fecha de Ingreso: junio-2006 Ubicación: Bali (Indonesia)
Mensajes: 44
Antigüedad: 18 años, 7 meses Puntos: 1 | |
Respuesta: XML Parsing Error Gracias por tu interes, aqui tienes la copia exacta del codigo actual en functions.php:
<?php
if ( function_exists('register_sidebar') )
register_sidebar(array(
'before_widget' => '',
'after_widget' => '',
'before_title' => '<h4>',
'after_title' => '</h4>',
));
?>
<?php // for sidebar.php if needed ?>
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar() ) : endif; ?> |