aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/index.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2012-04-16 03:11:43 +0000
committerrvelices <rv-github@modusoptimus.com>2012-04-16 03:11:43 +0000
commit28255b81a0789cf9129a3024c0df50b80cfd0cce (patch)
treeda64be29eeda9dc937651483aefbb1410203ea06 /themes/default/template/index.tpl
parentc63d6a36e7a510089dfbb80fb359ac1c9ed4a77c (diff)
"home url" is not always absolute with host name + html compaction - through removal of unused attributes, some white spaces ...
git-svn-id: http://piwigo.org/svn/trunk@14180 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/index.tpl')
-rw-r--r--themes/default/template/index.tpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl
index 394add583..14045342a 100644
--- a/themes/default/template/index.tpl
+++ b/themes/default/template/index.tpl
@@ -30,7 +30,6 @@ jQuery("#sortOrderBox").on("mouseleave", function() {
{/literal}{/footer_script}
{/strip}</li>
{/if}
-
{if !empty($image_derivatives)}
<li>{strip}<a id="derivativeSwitchLink" title="{'Photo sizes'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
<span class="pwg-icon pwg-icon-sizes">&nbsp;</span><span class="pwg-button-text">{'Photo sizes'|@translate}</span>
@@ -41,7 +40,7 @@ jQuery("#sortOrderBox").on("mouseleave", function() {
{if $image_derivative.SELECTED}
<span>&#x2714; </span>{$image_derivative.DISPLAY}
{else}
- <span style="visibility:hidden">&#x2714; </span><a href="{$image_derivative.URL}" class="switchUnselected" rel="nofollow">{$image_derivative.DISPLAY}</a>
+ <span style="visibility:hidden">&#x2714; </span><a href="{$image_derivative.URL}" rel="nofollow">{$image_derivative.DISPLAY}</a>
{/if}
{/foreach}
</div>