Guest User

Untitled

a guest
Jul 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <div id="FeatureImage">
  2. $FeatureImage.SetWidth(979)
  3. </div>
  4.  
  5. <div class="typography">
  6. <% if Menu(2) %>
  7. <% include SideBar %>
  8. <div id="Content">
  9. <% end_if %>
  10.  
  11. <% if Level(2) %>
  12. <% include BreadCrumbs %>
  13. <% end_if %>
  14.  
  15. <h1>$Title</h1>
  16.  
  17. $Content
  18. $Form
  19.  
  20. <% if Menu(2) %>
  21. </div>
  22. <% end_if %>
  23. </div>
Add Comment
Please, Sign In to add comment