diff options
author | Jesús <heckyel@hyperbola.info> | 2019-05-31 11:16:27 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-05-31 11:16:27 -0500 |
commit | ce5c6fad2468ec7b7cd935d91f64c789c6226749 (patch) | |
tree | 75b03b72a1c695b8750c5feb2fe59a9d975cd321 /templates/video.tpl | |
parent | 1f27e4921efae836bce7f375be8d229ec5841755 (diff) | |
download | ytlibre-ce5c6fad2468ec7b7cd935d91f64c789c6226749.tar.lz ytlibre-ce5c6fad2468ec7b7cd935d91f64c789c6226749.tar.xz ytlibre-ce5c6fad2468ec7b7cd935d91f64c789c6226749.zip |
Change to Freedom URL
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" |