Guest User

Untitled

a guest
Jul 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 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.  
  9. <div id="Content">
  10.  
  11. <% end_if %>
  12.  
  13. <% if Level(2) %>
  14. <% include BreadCrumbs %>
  15. <% end_if %>
  16. <h1>$Title</h1>
  17. <% if Success %>
  18. <h1>$SuccessTitle</h1>
  19. <h3>$SuccessMessage</h3>
  20. <% else %>
  21. $Content
  22. $Form
  23. $FriendForm
  24. <% end_if %>
  25. </div>
  26.  
  27. <% if Menu(2) %>
  28. </div>
  29. <% end_if %>
  30. </div>
Add Comment
Please, Sign In to add comment