Advertisement
hunterthemes

PROFILE WIDGET HTML

May 2nd, 2018
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. PASTE THE FOLLOWING UNDER <body>
  2.  
  3.  
  4. <!-- PROFILE WIDGET BY HUNTER THEMES -->
  5.  
  6. {block:ifDisplayProfileWidget}
  7.  
  8. <div id="pw_profile">
  9.  
  10. <div class="pw_atitle"><span class="pw_aromb"><i class="fa fa-user"></i></span> ABOUT </div>
  11.  
  12. <div id="pw_about">
  13.  
  14. {text:About text}
  15.  
  16. </div>
  17. <!-- End pw_about -->
  18.  
  19. <div class="pw_ltitle"><span class="pw_lromb"><i class="fa fa-align-right"></i></span> NAVIGATION </div>
  20.  
  21. <div id="pw_links">
  22. {block:IfDisplayLinkOne}
  23. <a href="{text:Link One Url}"> {text:Link One Title}</a>
  24. {/block:IfDisplayLinkOne}
  25. {block:IfDisplayLinkTwo}
  26. <a href="{text:Link Two Url}">{text:Link Two Title}</a>
  27. {/block:IfDisplayLinkTwo}
  28. {block:IfDisplayLinkThree}
  29. <a href="{text:Link Three Url}">{text:Link Three Title}</a>
  30. {/block:IfDisplayLinkThree}
  31. {block:IfDisplayLinkFour}
  32. <a href="{text:Link Four Url}">{text:Link Four Title}</a>
  33. {/block:IfDisplayLinkFour}
  34. {block:IfDisplayLinkFive}
  35. <a href="{text:Link Five Url}">{text:Link Five Title}</a>
  36. {/block:IfDisplayLinkFive}
  37. </div>
  38. <!-- End pw_links -->
  39.  
  40. <div class="pw_utitle"><span class="pw_uromb"><i class="fa fa-pencil"></i></span> UPDATES </div>
  41.  
  42. <div id="pw_updates">
  43.  
  44. {text:Updates text}
  45.  
  46. </div>
  47. <!-- End pw_about -->
  48.  
  49. <div id="pw_search"> <span class="pw_sromb"><i class="fa fa-search"></i></span>
  50. <form action="/search" method="get">
  51. <input type="text" name="q" placeholder="SEARCH" value="" style="margin-left:0px; width:145px; height:20px; color:{color:PW title}; background:transparent; border:1px solid transparent; font-size:17px;"/></form>
  52. </div>
  53.  
  54. </div>
  55. <!-- End pw_profile -->
  56.  
  57. {/block:ifDisplayProfileWidget}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement