// INICIO del mod 'Super Simple Thread Tags'$txt['sstd_search_tag'] = 'Filtrar todos los temas que contengan el tag [%1$s]';// FIN del mod 'Super Simple Thread Tags'
/* AJAX notification bar
.threadTag{ cursor: default; display: inline-block; padding: 0px 3px 1px; margin: 0px 2px 0px 2px; font-size: 9px; font-weight: 800; color: #ffffff; line-height: 1.2em; /* Some CSS3 goodness */ border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px solid rgba(0, 0, 0, 0.1);}a.threadTag{ color: #fff; text-decoration: none;}
<span class="subject-title" id="msg_' . $topic['first_post']['id'] . '">', $topic['first_post']['link'], (!$context['can_approve_posts'] && !$topic['approved'] ? ' <em>(' . $txt['awaiting_approval'] . ')</em>' : ''), $topic['first_post']['tags'] ? ' ' . $topic['first_post']['tags'] : '' , '</span>';