Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {literal}
  2. <script type="text/javascript" language="javascript">
  3. if ($(window).width() < 1200) {
  4.     $('#mega-1').html("{/literal}{foreach from=$blockCategTree.children item=child name=blockCategTree}{if $smarty.foreach.blockCategTree.last}{include file="$branche_tpl_path" node=$child last='true'}{else}{include file="$branche_tpl_path" node=$child}{/if}{/foreach}{literal}");
  5. }
  6. else {
  7.     $('#mega-1').html('nothing');
  8. }
  9. </script>
  10. {/literal}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement