Mary_Pieroszkiewicz

Sidebar.tpl

Oct 30th, 2019
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.80 KB | None | 0 0
  1. <div data-main-menu class="Sidebar">
  2. <div class="Sidebar-content">
  3. <!-- Header -->
  4. {include file="$tpl_dir./components/Header.tpl"}
  5. <!-- \Header -->
  6.  
  7. <!-- Menu -->
  8. <div id="topmenu" class="Sidebar-menu">
  9. {capture name='displayNav'}{hook h='displayNav'}{/capture}
  10. {if $smarty.capture.displayNav}{$smarty.capture.displayNav}{/if}
  11.  
  12. <div id="other-shop" class="ShopSwitch">
  13. <a href="{$link->getCMSLink(12)}">
  14. <img class="ShopSwitch-image" src="{$img_dir}kotm/logo-ue-vertical--{$lang_iso}.jpg" alt="">
  15. </a>
  16. </div>
  17.  
  18. {if isset($products)}
  19. <div class="Sidebar-pagination">
  20. {include file="$tpl_dir./components/CollectionToggle.tpl"}
  21. </div>
  22. {/if}
  23.  
  24. </div>
  25. <!-- \Menu -->
  26.  
  27. </div>
  28. </div>
Advertisement
Add Comment
Please, Sign In to add comment