aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/assemblies/program.phtml7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/assemblies/program.phtml b/template/assemblies/program.phtml
index 0ada983..32fc4c8 100644
--- a/template/assemblies/program.phtml
+++ b/template/assemblies/program.phtml
@@ -37,7 +37,12 @@ foreach(reset($program) as $event)
 in 
<?=h($GLOBALS['CONFIG']['ROOMS'][$name])?>
</h4>
- <h3><?=h($event['title'])?></h3>
+ <h3>
+ <a
+ href="<?=h(link_player($name))?>"
+ title="Switch to <?=h($GLOBALS['CONFIG']['ROOMS'][$name])?>"
+ ><?=h($event['title'])?></a>
+ </h3>
<? endif ?>
</div>