aboutsummaryrefslogtreecommitdiff
path: root/template/assemblies/chat.phtml
blob: 8498c459edf0c7d826da760a0e27e4b6d4fff790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<? if($room->hasIrc()): ?>
	<div>
		<a class="btn btn-primary irclink" href="<?=h($room->getIrcUrl())?>" target="_blank">
			<span class="fa fa-comment"></span> <?=h($room->getIrcDisplay())?>
		</a>
	</div>
<? endif ?>

<? if($room->hasTwitter($room)): ?>
	<div>
		<a class="btn twitterlink" href="<?=h($room->getTwitterUrl())?>" target="_blank">
			<span class="fa fa-twitter"></span> <?=h($room->getTwitterDisplay())?>
		</a>
	</div>
<? endif ?>