Guest User

Untitled

a guest
Jun 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. {:...:}
  2.  
  3. {:if ...:}
  4. Some conditional content
  5. {:endif:}
  6.  
  7. {:if *some condition*:}
  8. {:if *some other condition*:}
  9. Some other conditional content
  10. {:endif:}
  11. Some conditional content
  12. {:endif:}
  13.  
  14. <loop item="$myVariable" times="$x">
  15. <print name="$myVariable->name" entities="yes" nl2br="yes" purify="removeemptytags, xss"/>
  16. <hr/>
  17. </loop>
  18.  
  19. <!-- begin loop:myVariable -->
  20. <-- print:myVariable->name() -->
  21. <hr/>
  22. <!-- end loop -->
Add Comment
Please, Sign In to add comment