Advertisement
b0rn-to-be-wild

UPDATES TAB HTML

Jun 22nd, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. <!--- UPDATES TAB HTML --->
  2.  
  3. {block:ifShowUpdatesTab}
  4. <div id="updates-tab">
  5.  
  6. <div class="ut-title"> <h1>Updates</h1>
  7.  
  8. <img src="{image:Updates tab image}">
  9.  
  10. </div>
  11. <!-- End ut-title -->
  12.  
  13. <div class="update">
  14.  
  15. <h2>{text:Updates tab title one}</h2>
  16.  
  17. {text:Updates tab text one}
  18.  
  19. <h2>{text:Updates tab title two}</h2>
  20.  
  21. {text:Updates tab text two}
  22.  
  23. <h2>{text:Updates tab title three}</h2>
  24.  
  25. {text:Updates tab text three}
  26.  
  27. </div>
  28. <!-- End update -->
  29.  
  30. </div>
  31. <!-- End updates-tab -->
  32. {/block:ifShowUpdatesTab}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement