diff options
Diffstat (limited to '')
-rw-r--r-- | template/rooms.phtml | 1 |
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> |