diff options
author | MaZderMind | 2014-12-13 13:41:21 +0100 |
---|---|---|
committer | MaZderMind | 2014-12-13 13:41:21 +0100 |
commit | 2aa691a677203a4f79c0d7e4dfb86f06703bc8e2 (patch) | |
tree | 198ce24133416bc2934b1573e09352766e2484b9 /template | |
parent | 63ec39cfe056d015df4ad42ef6738025bb98addd (diff) |
link player-page from program
Diffstat (limited to 'template')
-rw-r--r-- | template/assemblies/program.phtml | 7 |
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> |