Guest User

Untitled

a guest
Jun 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1.  
  2. <!-- Start Features -->
  3. <div class="features">
  4. <h1>Features</h1>
  5.  
  6.  
  7. <% if getGrandChildernOf(Features) %>
  8. <ul>
  9. <% control getGrandChildrenOf(Features) %>
  10. <li>$Content</li>
  11. <% end_control %>
  12. </ul>
  13. <% end_if %>
  14.  
  15.  
  16.  
  17. </div>
  18. <!-- End Features -->
  19.  
  20. <!-- Start Options -->
  21. <div class="options">
  22. <h1>Options</h1>
  23. <% if getGrandChildernOf(Options) %>
  24. <ul>
  25. <% control getGrandChildrenOf(Options) %>
  26. <li>$Content</li>
  27. <% end_control %>
  28. </ul>
  29. <% end_if %>
  30.  
  31.  
  32. </div>
  33. <!-- End Options -->
Add Comment
Please, Sign In to add comment