aboutsummaryrefslogtreecommitdiff
path: root/template/rooms.phtml
diff options
context:
space:
mode:
authorMaZderMind2014-10-01 15:03:06 +0200
committerMaZderMind2014-10-01 15:03:06 +0200
commiteb53b3a69db8395d2a40a1ec6618431d41909256 (patch)
treec82140d6830248ac4963ace988fe3086eff329bb /template/rooms.phtml
parent144284438de37f36d7b8ac0396545a75c48e4321 (diff)
fix linkage
Diffstat (limited to '')
-rw-r--r--template/rooms.phtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/template/rooms.phtml b/template/rooms.phtml
index e4d5f32..82fcd2b 100644
--- a/template/rooms.phtml
+++ b/template/rooms.phtml
@@ -2,7 +2,6 @@
<? foreach($rooms as $room => $display): ?>
<li class="<?=h($room)?>">
<a href="<?=h(link_room($room))?>"><?=h($display)?></a>
- (<a href="<?=h(link_room($room, true))?>">translated</a>)
</li>
<? endforeach ?>
</ul>