function get_irc_widget($team = NULL) { $irc = get_setting_irc($team); $echo = _('Come chat with us on') . ' <a href="' . parse_irc($irc) . '">' . $irc . '</a>'; return '<div class="text">' . $echo . '</div>'; }
function get_irc_widget($team = NULL) { $irc = get_setting_irc($team); $echo = _('Come chatting with us on') . ' <a href="'.parse_irc($irc).'">' . $irc . '</a>'; return $echo; }