Advertisement
kura2yamato

menu

Aug 26th, 2020
1,109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <nav class="site-navigation position-relative text-right" role="navigation">
  2.  
  3.     <ul class="site-menu js-clone-nav mx-auto d-none d-lg-block">
  4.         <li class="<?php echo $stmu ; ?> <?=$menu_active=='home'?'active':'';?>"><a href="home">Home</a></li>
  5.         <li class="<?php echo $stmu ;?> <?=$menu_active=='about'?'active':'';?>"><a href="about">About Us</a></li>
  6.         <li class="has-children">
  7.             <a href="services.html">Services</a>
  8.             <ul class="dropdown">
  9.                 <li class="<?php echo $stmu  ;?>"><a href="#">Air Freight</a></li>
  10.                 <li class="<?php echo $stmu  ;?>"><a href="#">Ocean Freight</a></li>
  11.                 <li class="<?php echo $stmu  ;?>"><a href="#">Ground Shipping</a></li>
  12.                 <li class="<?php echo $stmu  ;?>"><a href="#">Warehousing</a></li>
  13.                 <li class="<?php echo $stmu  ;?>"><a href="#">Storage</a></li>
  14.             </ul>
  15.         </li>
  16.         <li class="<?php echo $stmu ;?> <?=$menu_active=='industries'?'active':'';?>"><a href="industries.html">Industries</a></li>
  17.         <li class="<?php echo $stmu ;?> <?=$menu_active=='hblogme'?'active':'';?>"><a href="blog.html">Blog</a></li>
  18.         <li class="<?php echo $stmu ;?> <?=$menu_active=='contact'?'active':'';?>"><a href="contact.html">Contact</a></li>
  19.     </ul>
  20. </nav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement