Advertisement
Guest User

Untitled

a guest
Jul 18th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Smarty 0.32 KB | None | 0 0
  1. input:
  2. {foreach from=$categories item=i name=categories }
  3. {$i.name}
  4. {/foreach}
  5.  
  6. output:
  7. Web Hosting VPS Hosting Reseller Hosting Web Design SSL Certificates
  8.  
  9. input:
  10. {foreach from=$categories item=i name=categories }
  11. {if $i.name=="Web Hosting"}test{/if}
  12. {/foreach}
  13.  
  14. output:
  15. test 1 word in every page of category
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement