Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/10/2007, 04:59
sr_lobo
 
Fecha de Ingreso: octubre-2007
Mensajes: 5
Antigüedad: 17 años, 1 mes
Puntos: 0
Re: Variable JS en PHP

Voy a poner otro detalle que quizas sea importante para resolver mi duda.

La web es http://www.hometheater.es y quiero meterlo en la barra donde sale Inicio y acerca de, evidentemente eso desaparecera y el menu lo he creado para qeu tenga la misma apariencia que esa barra.

Bien el codigo de Header.php es el siguiente:

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">
	<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
	<meta name="distribution" content="global" />
	<meta name="robots" content="index, follow" />
	<meta name="revisit-after" content="2 days" />
	<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
	<title><?php bloginfo('name'); wp_title(); ?></title>
	<script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/script_quicktags.js"></script>
	<link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" />
	<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
	<link rel="shortcut icon" href="<?php bloginfo('url'); ?>/favicon.ico" />
	<?php //comments_popup_script(); // off by default ?>
<style type="text/css" media="screen">
		<!-- @import url( <?php bloginfo('stylesheet_url'); ?> ); -->
</style>

	<?php wp_head(); ?>

</head>

<body id="home" class="log">

<div id="header">
	<div id="logo" onclick="location.href='<?php bloginfo('url'); ?>';">
		<h1><a title="<?php bloginfo('name'); ?>: Home" href="<?php bloginfo('siteurl'); ?>"><?php  bloginfo('name'); ?></a></h1>
	</div> <!-- [logo] -->

	<div id="topnav">
	    <ul>
			<li><a title="Home" href="<?php bloginfo('url'); ?>">Home</a></li>
			<?php wp_list_pages('title_li=&depth=-1'); ?>
	    </ul> Esta seria la ubicacion
	</div> <!-- [topnav] -->

</div> <!-- [header] -->

<div id="wrap">
Si necesitais algun dato mas lo pedis vale?

Muchas gracias de nuevo, un saludo