diff options
Diffstat (limited to 'templates/video.tpl')
-rw-r--r-- | templates/video.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index f8155ad..ee3e9f9 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -125,6 +125,16 @@ </a> </li> {/foreach} + + {if $streamExtra === TRUE} + {foreach $streamFormatsExtra as $download} + <li class="download-format"> + <a class="boton-descarga" href="{$download['url']}"> + {$download['format']} + </a> + </li> + {/foreach} + {/if} </ul> </details> {else} |