Advertisement
frowdst

header.php

Aug 26th, 2020
670
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  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 ; ?>"><a href="home">Home</a></li>
  5. <li class="<?php echo $stmu ;?>"><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 ;?>"><a href="industries.html">Industries</a></li>
  17. <li class="<?php echo $stmu ;?>"><a href="blog.html">Blog</a></li>
  18. <li class="<?php echo $stmu ;?>"><a href="contact.html">Contact</a></li>
  19. </ul>
  20. </nav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement