diff options
Diffstat (limited to 'templates/video.tpl')
-rw-r--r-- | templates/video.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index 679b8f8..fef3160 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -142,9 +142,9 @@ <!--EndPlyr--> </div> </section> - <code>{$baselink}</code> + <code>{$url_freedom}</code> <code> - <iframe width='560' height='315' src='{$local_url}embed?link={$baselink}' frameborder='0' scrolling='no'></iframe> + <iframe width='560' height='315' src='{$local_url}embed?link={$url_freedom}' frameborder='0' scrolling='no'></iframe> </code> <footer> <p class="copyleft">Esta web es Software Libre y esta disponible en <a class="enlace" |