Guest User

Untitled

a guest
Jul 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 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.  
  17. <h1>$Title</h1>
  18. <div id="HomeWrap">
  19. <div id="HomeLeft">
  20. $Content
  21. $TeacherForm
  22. </div>
  23. <div id="HomeRight">
  24. $RightImage
  25. </div>
  26.  
  27. </div>
  28.  
  29. <% if Menu(2) %>
  30. </div>
  31. <% end_if %>
  32. </div>
Add Comment
Please, Sign In to add comment