Advertisement
Guest User

Untitled

a guest
Jun 21st, 2013
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.96 KB | None | 0 0
  1. <body>          
  2.  
  3. <div id="header">
  4.  
  5.         <?php if (ICL_LANGUAGE_CODE == 'pl'): ?>
  6.  <?php include(get_bloginfo('template_url') . '/banner-pl.php'); ?>
  7.  <?php endif; ?>
  8. <?php if (ICL_LANGUAGE_CODE == 'en'): ?>
  9.  <?php include(get_bloginfo('template_url') . '/banner-en.php'); ?>
  10.  <?php endif; ?>
  11.  
  12.     <div style="position:absolute; width:100%; z-index:5000">
  13.  
  14.         <div class="main">
  15.  
  16.             <div class="indent">
  17.  
  18.                 <?php get_search_form(); ?>
  19.  
  20.                 <div id="dropmenu">
  21.  
  22.                                         <?php
  23.  
  24.                         wp_page_menu('show_home=1&sort_column=menu_order, post_title&link_before=&link_after=');
  25.  
  26.                     ?>
  27.  
  28.                 </div>
  29.  
  30.              </div>  
  31.  
  32.            
  33.  
  34.         </div>
  35.  
  36.     </div>
  37.  
  38. </div>
  39.  
  40. <div id="content">
  41.  
  42.     <div class="main">
  43.  
  44.         <div class="indent-main">
  45.  
  46.             <div class="container">
  47.  
  48.  
  49.  
  50. <?php get_sidebar(1); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement