Advertisement
Guest User

Untitled

a guest
Jul 24th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <div class="img">
  2. <img src="https://compton-rp.pl/img/Material.png">
  3. <iframe src="https://www.youtube.com/embed/wFRBCi3w3N4?autoplay=0" style="width: 320px; height: 280px;" frameborder="0" allowfullscreen="allowfullscreen" mozallowfullscreen="mozallowfullscreen" msallowfullscreen="msallowfullscreen" oallowfullscreen="oallowfullscreen" webkitallowfullscreen="webkitallowfullscreen"></iframe>
  4. </div>
  5.  
  6. <script type='text/javascript' src="{$this->settings['public_dir']}js/ips.status.js"></script>
  7. <script type = "text/javascript" ></script>
  8. <div class='ipsSideBlock clearfix' id='statusHook'>
  9. <h3>{$this->lang->words['recent_status_updates']}</h3>
  10. <div style='border: 1px solid #CFD0D2;'>
  11. <div id="status_wrapper">
  12. <div id="status_wrapper_inside">{parse template="statusUpdates" group="boards" params="$updates, 1, 1"}</div>
  13. <div class="status_main_content ipsType_small" style='text-align: center'>
  14. <a href='{parse url="app=members&amp;module=profile&amp;section=status&amp;type=all" seotitle="true" template="members_status_all" base="public"}'>{$this->lang->words['viewallupdates']}</a>
  15. </div>
  16. </div>
  17. </div>
  18. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement