diff options
Diffstat (limited to '')
-rw-r--r-- | template/relive-player.phtml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/template/relive-player.phtml b/template/relive-player.phtml index edab66f..9f5c502 100644 --- a/template/relive-player.phtml +++ b/template/relive-player.phtml @@ -16,6 +16,17 @@ </div> <? endif ?> + <? if(isset($talk['mp4'])): ?> + <div class="row"> + <div class="col-xs-12 col-md-8 col-md-offset-2"> + <div class="alert alert-success"> + <h3>Download</h3> + <p>Click here to <a href="<?=h($talk['mp4'])?>">Download</a> this Relive-Recording.</p> + </div> + </div> + </div> + <? endif ?> + <div class="row"> <div class="col-xs-12"> <div class="player-wrap"> |