bueno aki estan los codigos
este es la cabecera
Código PHP:
Ver original<?php
global $shortname, $category_menu, $exclude_pages, $exclude_cats, $hide, $strdepth, $strdepth2, $page_menu; ?>
<!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" <?php language_attributes(); ?>>
<head profile="http://gmpg.org/xfn/11">
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<title><?php elegant_titles(); ?></title>
<?php elegant_description(); ?>
<?php elegant_keywords(); ?>
<?php elegant_canonical(); ?>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="<?php bloginfo('stylesheet_directory'); ?>/style.css" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<!--[if IE 7]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/ie7style.css" />
<![endif]-->
<!--[if IE 8]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/ie8style.css" />
<![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_directory'); ?>/css/ie6style.css" />
<script src="<?php bloginfo('stylesheet_directory'); ?>/js/DD_belatedPNG_0.0.8a-min.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">DD_belatedPNG.fix('div#top, img#logo, img.logo_line, div#left_arrow a img, div#right_arrow a img, span a.readmore, #f_menu div.featitem, #f_menu div.active, ul.sf-menu li.backLava');</script>
<![endif]-->
<script type="text/javascript">
document.documentElement.className = 'js';
</script>
<?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>
<div id="top">
<div id="header"><img border="0" src="http://img808.imageshack.us/img808/151/finaly.jpg">
<!-- Start Logo -->
<!-- End Logo -->
<!-- Start Searchbox -->
<div id="searchico">
<form method="get" id="searchbox" action="<?php bloginfo('url'); ?>/">
<input type="text" value="<?php _e('search this site...','Polished'); ?>" name="s" id="s" />
</form>
</div>
<!-- End Searchbox -->
<!-- Start Menu -->
<ul class="sf-menu">
<?php if (get_option('polished_home_link') == 'on') { ?>
<li <?php if (is_front_page()) echo('class="current_page_item"') ?>><a href="<?php bloginfo('url'); ?>"><?php _e('<b>Home</b>','Polished'); ?></a></li>
<?php }; ?>
<a href="http://leonman.site90.com/?page_id=76 "><b>Biografía</b></a>
<a href="http://leonman.site90.com/?page_id=63"><b>Galerías</b></a>
<a href="http://leonman.site90.com/?page_id=66"><b>Videos</b></a>
<a href="http://leonman.site90.com/?cat=11"><b>Discografía</b></a>
<a href="http://leonman.site90.com/?page_id=78"><b>MP3 Sueltos</b></a>
</ul>
<!-- End Menu -->
<?php if (get_option('polished_featured') == 'on' && is_front_page()) include(TEMPLATEPATH . '/includes/featured.php'); ?>
<div id="empresa"> <p class="empresa2"><a href="http://www.empirelionenterprise.com" target="_blank"</a></p></div></a>
</div>
</div>
<!-- End Header -->
<div style="clear: both;"></div>
<!-- End Top -->