Hola.
No se que ha pasado, que esta semana, he tenido un problema con los menus (Que algun forero me resolvio gracias) y me han desaparecido los iconos de redes sociales que estaban en la pestaña inicio. Para que veais que no las he borrado os paso el header.
Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://gmpg.org/xfn/11">
<title>Academia Cube</title>
<?php woo_meta(); ?>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/reset.css" />
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" media="screen" />
<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php if ( get_option('woo_feedburner_url') <> "" ) { echo get_option('woo_feedburner_url'); } else { echo get_bloginfo_rss('rss2_url'); } ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<link rel="shortcut icon" href="favicon.ico" />
<!--[if IE 6]>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/pngfix.js"></script>
<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/includes/js/menu.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/ie6.css" />
<![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo('template_directory'); ?>/css/ie7.css" />
<![endif]-->
<?php if ( is_single() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
<link href="file:///C|/Users/Tuka/Documents/Documents/Mis archivos recibidos/style.css" rel="stylesheet" type="text/css" />
</head>
<body <?php body_class(); ?>>
<div id="container">
<div id="header">
<div id="logo">
<table width="540" border="0" align="center">
<tr>
<th width="100" scope="col"><a href="http://acube.es"/><img src="http://www.acube.es/wp-content/uploads/2011/12/Logo-e1325549702787.png" width="129" height="137" align="top" /></a></th>
<th width="10"></th>
<th width="447" scope="col"><a href="http://acube.es"/><img src="http://www.acube.es/wp-content/uploads/2012/01/Letras-Academia1-e1325551250476.png" width="452" height="154" align="top" /></a></th>
</tr>
</table>
</div><!-- /#logo -->
<div id="top-ad">
<?php
if (get_option('woo_ad_top') == 'true') { include (TEMPLATEPATH . "/ads/top_ad.php");}
?>
</div><!-- /#top-ad -->
<div class="clear"></div>
<div id="navigation">
<?php
if ( function_exists('has_nav_menu') && has_nav_menu('primary-menu') ) {
wp_nav_menu( array( 'depth' => 5, 'sort_column' => 'menu_order', 'container' => 'ul', 'menu_id' => 'nav', 'theme_location' => 'primary-menu' ) );
} else {
?>
<ul id="nav">
<?php
if ( get_option('woo_custom_nav_menu') == 'true' ) {
if ( function_exists('woo_custom_navigation_output') )
woo_custom_navigation_output('name=Woo Menu 1&depth=3');
} else { ?>
<?php if (is_page()) { $highlight = "page_item"; } else {$highlight = "page_item current_page_item"; } ?>
<li class="<?php echo $highlight; ?>"></li>
<?php
if (get_option('woo_cat_menu') == 'true')
wp_list_categories('sort_column=menu_order&depth=3&title_li=&exclude='.get_option('woo_nav_exclude'));
else
wp_list_pages('sort_column=menu_order&depth=3&title_li=&exclude='.get_option('woo_nav_exclude'));
?>
<?php } ?>
</ul> <!-- /#pagenav -->
<br />
<table width="100" align="right">
<tr>
<td height="46"><div align="center"><a href="https://twitter.com/AcademiaCube" target="_new"><img src="http://www.acube.es/wp-content/uploads/2011/12/ico-twitter.png" /></a></div></td>
<td><div align="center"><a href="http://www.facebook.com/pages/Academia-Cube/121105094673052" target="_new"><img src="http://www.acube.es/wp-content/uploads/2011/12/ico-facebook.png" /></a></div></td>
</tr>
</table>
<?php } ?>
<!-- /#navigation -->
<div class="clear"></div>
</div><!-- /#header -->
<div id="main">
<div id="inside">
Gracias!