Exemplo n.º 1
0
 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>';
 }
Exemplo n.º 2
0
	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;
	}