Guest User

Untitled

a guest
Jul 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 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. <% if Success %>
  17. $SubmitText
  18. <% else %>
  19. $Content
  20. $Form
  21. $ContactForm
  22. <% end_if %>
  23. </div>
  24. <div id="Map">
  25. $MapURL
  26. </div>
  27.  
  28. <% if Menu(2) %>
  29. </div>
  30. <% end_if %>
  31. </div>
Add Comment
Please, Sign In to add comment