Advertisement
Guest User

Untitled

a guest
Feb 8th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.18 KB | None | 0 0
  1.     <div id="WrapperMenu">
  2.       <div id="WrapperMenuPatern">
  3.         <div id="someunknownrapper">
  4.           <div class="someunknownrapperl">
  5.             <div id="headernavigation1">
  6.               <ul>
  7.                 <?php wp_nav_menu( array( 'theme_location' => 'main-menu', 'container_id' => 'topMenu', 'fallback_cb'=>'primarymenu1') );?>
  8.               </ul>
  9.             </div>
  10.           </div>
  11.           <div class="someunknownrapperr"> <a href="<?php echo get_option('feedurl'); ?>"> <img src="<?php bloginfo('template_url'); ?>/images/rss.gif" class="someunknownrapperrimg" /></a> <a href="<?php echo get_option('feedurl'); ?>">اشترك عن طريق الخلاصات</a> / <a href="<?php echo get_option('feedburner'); ?>">البريد</a> </div>
  12.            <?php
  13.                 $useragent=getenv("HTTP_USER_AGENT");
  14.                 if (eregi("MSIE [4-6]",$useragent))
  15.                 {$condition = '';}
  16.                 else
  17.                 {$condition = '<div class="clear"></div>';}
  18.                 echo $condition;
  19.                 ?>
  20.         </div>
  21.       </div>
  22.            <?php
  23.                 $useragent=getenv("HTTP_USER_AGENT");
  24.                 if (eregi("MSIE [4-6]",$useragent))
  25.                 {$condition = '';}
  26.                 else
  27.                 {$condition = '<div class="clear"></div>';}
  28.                 echo $condition;
  29.                 ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement