diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-04-16 03:11:43 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-04-16 03:11:43 +0000 |
commit | 28255b81a0789cf9129a3024c0df50b80cfd0cce (patch) | |
tree | da64be29eeda9dc937651483aefbb1410203ea06 /themes/default/template/index.tpl | |
parent | c63d6a36e7a510089dfbb80fb359ac1c9ed4a77c (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.tpl | 3 |
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"> </span><span class="pwg-button-text">{'Photo sizes'|@translate}</span> @@ -41,7 +40,7 @@ jQuery("#sortOrderBox").on("mouseleave", function() { {if $image_derivative.SELECTED} <span>✔ </span>{$image_derivative.DISPLAY} {else} - <span style="visibility:hidden">✔ </span><a href="{$image_derivative.URL}" class="switchUnselected" rel="nofollow">{$image_derivative.DISPLAY}</a> + <span style="visibility:hidden">✔ </span><a href="{$image_derivative.URL}" rel="nofollow">{$image_derivative.DISPLAY}</a> {/if} {/foreach} </div> |