diff options
author | rvelices <rv-github@modusoptimus.com> | 2011-01-03 20:47:15 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2011-01-03 20:47:15 +0000 |
commit | 621ed0b391f81bb7d636d1e447154e1f5b43fb24 (patch) | |
tree | f1bd0160bcfe94ca2c48890b214a04e02dd7a7bb /themes/default/template | |
parent | 1117fadff39a8508a32252904726631354b05250 (diff) |
- css sprites - attempt to auto align plugin image links on the index page and picture pages
- css sprites - a couple of rel nofolloz dissapeared
- hide the flat icon if there are no sub albums for the current album
git-svn-id: http://piwigo.org/svn/trunk@8463 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template')
-rw-r--r-- | themes/default/template/index.tpl | 4 | ||||
-rw-r--r-- | themes/default/template/tags.tpl | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index 14d63ab18..aabe8f2b9 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -51,12 +51,12 @@ </a></li> {/if} {if isset($U_MODE_POSTED)} - <li><a href="{$U_MODE_POSTED}" title="{'display a calendar by posted date'|@translate}" class="pwg-state-default pwg-button"> + <li><a href="{$U_MODE_POSTED}" title="{'display a calendar by posted date'|@translate}" class="pwg-state-default pwg-button" rel="nofollow"> <span class="pwg-icon pwg-icon-camera-calendar"> </span><span class="pwg-button-text">{'Calendar'|@translate}</span> </a></li> {/if} {if isset($U_MODE_CREATED)} - <li><a href="{$U_MODE_CREATED}" title="{'display a calendar by creation date'|@translate}" class="pwg-state-default pwg-button"> + <li><a href="{$U_MODE_CREATED}" title="{'display a calendar by creation date'|@translate}" class="pwg-state-default pwg-button" rel="nofollow"> <span class="pwg-icon pwg-icon-camera-calendar"> </span><span class="pwg-button-text">{'Calendar'|@translate}</span> </a></li> {/if} diff --git a/themes/default/template/tags.tpl b/themes/default/template/tags.tpl index 820e3ee69..b0f3f4d64 100644 --- a/themes/default/template/tags.tpl +++ b/themes/default/template/tags.tpl @@ -8,7 +8,7 @@ </a></li> {/if} {if $display_mode == 'cloud'} - <li><a href="{$U_LETTERS}" title="{'group by letters'|@translate}" class="pwg-state-default pwg-button"> + <li><a href="{$U_LETTERS}" title="{'group by letters'|@translate}" class="pwg-state-default pwg-button" rel="nofollow"> <span class="pwg-icon pwg-icon-letters"> </span><span class="pwg-button-text">{'letters'|@translate}</span> </a></li> {/if} |