Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- UPDATES TAB HTML --->
- {block:ifShowUpdatesTab}
- <div id="updates-tab">
- <div class="ut-title"> <h1>Updates</h1>
- <img src="{image:Updates tab image}">
- </div>
- <!-- End ut-title -->
- <div class="update">
- <h2>{text:Updates tab title one}</h2>
- {text:Updates tab text one}
- <h2>{text:Updates tab title two}</h2>
- {text:Updates tab text two}
- <h2>{text:Updates tab title three}</h2>
- {text:Updates tab text three}
- </div>
- <!-- End update -->
- </div>
- <!-- End updates-tab -->
- {/block:ifShowUpdatesTab}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement