Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div style="bottom: -5px; position: relative;"><div style="margin-top: 25px; margin-bottom: 8px; margin-left: 35px;">
- <ul class="tags">';
- if ($context['topic_tags'])
- {
- foreach ($context['topic_tags'] as $i => $tag)
- {echo '
- <li><a href="', $scripturl,'?action=tags;id=' . $tag['ID_TAG'] . '">' . $tag['tag'] . '</a>
- </li>';}}
- else echo $txt['no_tags'];
- echo'
- </ul></div>
- <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>
- <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;">
- </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement