Ver Mensaje Individual
  #6 (permalink)  
Antiguo 14/04/2010, 09:18
Avatar de el_cesar
el_cesar
 
Fecha de Ingreso: mayo-2001
Ubicación: Cali
Mensajes: 2.423
Antigüedad: 23 años, 5 meses
Puntos: 20
Respuesta: Problema con menues

me dice el diseñador que el menu fue creado en flash y que no utilizo plugins, aunque tengo mis dudas aqui pongo el codigo de la plantilla
Código PHP:
Ver original
  1. <?php get_header(); ?>
  2.  
  3. <div id="container">
  4.  
  5.     <div id="header" class="outer">
  6.    
  7.         <div class="inner">
  8.            
  9.             <div id="header-top">
  10.            
  11.                 <h1><a href="#" title="#"><?php bloginfo('name'); ?></a></h1>
  12.                
  13.                 <h2><?php bloginfo('description'); ?></h2>
  14.                
  15.                 <a href="http://www.test123-colombia.com/?page_id=235" title="<?php bloginfo('name'); ?>">
  16.                     <img src="<?php if ( get_option('woo_logo') <> "" ) { echo get_option( 'woo_logo' ); } else { bloginfo('stylesheet_directory'); ?>/images/tiendavirtual_header.png<?php } ?>" class="logo-header" alt="<?php bloginfo('name'); ?>" />
  17.                 </a>
  18.                
  19.             </div><!-- /#header-top -->
  20.            
  21.             <div id="nav_contain">
  22.            
  23.                 <ul id="nav">
  24.                     <li class="home <?php if (is_home()){ ?>current_page_item<?php } ?>">   <a href="<?php bloginfo('url'); ?>" title="Go Home">Inicio</a></li>
  25.                    
  26.                     <?php if ( get_option('woo_blog_navigation' ) == 'true' ) { ?><?php wp_list_categories('child_of=' . get_option( 'woo_blog_cat_id' ) . '&hide_empty=true&title_li=<a href="' . get_option('home') . get_option('woo_blog_permalink') .'" title="Blog">Blog</a>'); ?><?php } ?>
  27.  
  28.                     <?php $exclude = woo_exclude_pages(); ?>
  29.                     <?php wp_list_pages('sort_column=menu_order&depth=0&title_li=&link_before=&link_after=&exclude=' . $exclude . ',' . get_option( 'woo_exclude_pages_main' ) ); ?>
  30.                                        
  31.                     <?php if ( get_option( 'woo_highlight_text' ) <> "" and get_option( 'woo_highlight_url' ) <> "" ) { ?>
  32.                         <li class="buynow"><a href="<?php echo get_option( 'woo_highlight_url' ); ?>" title="<?php echo get_option( 'woo_highlight_text' ); ?>"><?php echo get_option( 'woo_highlight_text' ); ?></a></li>
  33.                     <?php } ?>
  34.                 </ul><!-- /#nav -->
  35.            
  36.             </div><!-- /#nav -->
  37.                
  38.         </div><!-- /.inner -->
  39.    
  40.     </div><!-- /#header .outer -->
  41.  
  42.     <div id="main_content" class="outer_index">
  43.    
  44.         <div id="flash_content" class="flash">
  45.     <center><object width="950" height="548" wmode="transparent" data="<?php bloginfo('template_directory') ?>/test123.swf" type="application/x-shockwave-flash">
  46.     <param name="movie" value="<?php bloginfo('template_directory') ?>/test123.swf" />
  47.     <param name="allowFullScreen" value="true" />
  48.     <param name="allowScriptAccess" value="always" />
  49. </object></center>
  50.  
  51.     </div><!-- /#flash_content .flash -->
  52.    
  53.     </div><!-- /#main_content .outer -->
  54.            
  55. <?php get_footer(); ?>
__________________
Say no more.......