aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorplegall <plg@piwigo.org>2015-12-22 19:04:00 +0100
committerplegall <plg@piwigo.org>2015-12-22 19:04:00 +0100
commite439de1612eb471571c5a1503fba7f6531a90c08 (patch)
treebcd94ff458d11883a33008a7a66fdad8447e0ee1 /themes
parent6e2a4495bfa576fc1c08ed1ec586d6eb4a4ad5d8 (diff)
feature #379, multiple format, consider the original as a format
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/picture.tpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/default/template/picture.tpl b/themes/default/template/picture.tpl
index 3cccf6b29..bfc0c2498 100644
--- a/themes/default/template/picture.tpl
+++ b/themes/default/template/picture.tpl
@@ -81,7 +81,6 @@ jQuery().ready(function() {
<div id="downloadSwitchBox" class="switchBox">
<div class="switchBoxTitle">{'Download'|translate} - {'Formats'|translate}</div>
<ul>
- <li><a href="{$current.U_DOWNLOAD}" rel="nofollow">{'Original'|@translate}</a></li>
{foreach from=$current.formats item=format}
<li><a href="{$format.download_url}" rel="nofollow">{$format.label}<span class="downloadformatDetails"> ({$format.filesize})</span></a></li>
{/foreach}