',$txt['smftags_popular'], ' '; if (isset($context['poptags'])) echo $context['poptags']; echo '
',$txt['smftags_latest'], '
'; foreach ($context['tags_topics'] as $i => $topic) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
',$txt['smftags_subject'],' ',$txt['smftags_topictag'],' ',$txt['smftags_startedby'],' ',$txt['smftags_replies'],' ', $txt['smftags_views'], '
' . $topic['subject'] . '' . $topic['tag'] . '' . $topic['poster_name'] . '' . $topic['num_replies'] . '' . $topic['num_views'] . '

'; TagsCopyright(); } function template_results() { global $scripturl, $txt, $context; echo '
' . $txt['smftags_resultsfor'] . $context['tag_search'] . '
'; foreach ($context['tags_topics'] as $i => $topic) { echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } echo '
',$txt['smftags_subject'],' ',$txt['smftags_startedby'],' ',$txt['smftags_replies'],' ', $txt['smftags_views'], '
' . $topic['subject'] . '' . $topic['poster_name'] . '', $topic['num_replies'], '', $topic['num_views'], '
' . $txt['smftags_pages'] . $context['page_index'] . '

'; TagsCopyright(); } function template_addtag() { global $scripturl, $txt, $context; echo '
', $txt['smftags_addtag2'], '
', $txt['smftags_tagtoadd'], '
'; TagsCopyright(); } function template_admin_settings() { global $scripturl, $txt, $modSettings; echo '
', $txt['smftags_settings'], '
' . $txt['smftags_settings']. '
' . $txt['smftags_set_mintaglength'] . '
' . $txt['smftags_set_maxtaglength'] . '
' . $txt['smftags_set_maxtags'] . '
',$txt['smftags_tagcloud_settings'],'
' . $txt['smftags_set_cloud_tags_to_show'] . '
' . $txt['smftags_set_cloud_tags_per_row'] . '
' . $txt['smftags_set_cloud_max_font_size_precent'] . '
' . $txt['smftags_set_cloud_min_font_size_precent'] . '
Has SMF Tags helped you? Then support the developers:
'; TagsCopyright(); } function template_suggesttag() { global $scripturl, $txt; echo '
', $txt['smftags_suggest'], '
', $txt['smftags_tagtosuggest'], '
'; TagsCopyright(); } function TagsCopyright() { //The Copyright is required to remain or contact me to purchase link removal. //http://www.smfhacks.com/copyright_removal.php echo '
Powered by: SMF Tags
'; } ?>