Advertisement
Sa_Ve

Untitled

Sep 28th, 2014
436
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.83 KB | None | 0 0
  1. <div style="bottom: -5px; position: relative;"><div style="margin-top: 25px; margin-bottom: 8px; margin-left: 35px;">
  2. <ul class="tags">';
  3. if ($context['topic_tags'])
  4. {
  5. foreach ($context['topic_tags'] as $i => $tag)
  6. {echo '
  7. <li><a href="', $scripturl,'?action=tags;id=' . $tag['ID_TAG']  . '">' . $tag['tag'] . '</a>
  8. </li>';}}
  9. else echo $txt['no_tags'];
  10.  
  11. echo'
  12. </ul></div>
  13. <span style="float: left; margin-top: -24px; color: rgb(255, 255, 255); font-size: 150%; text-transform: uppercase; font-family: Oswald ,sans-serif; padding: 4px 5px 2px; background: none repeat scroll 0% 0% rgb(86, 129, 150);margin-left: -25px;">TAGS:</span>
  14. <div style="background-color: rgb(86, 129, 150); margin-left: -25px; color: rgb(86, 129, 150); height: 5px; width: 749px; margin-top: 18px; margin-bottom: -6px; border-radius: 0px 0px 5px;">
  15. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement