aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/template/picture_toolbar.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2010-12-12 12:22:49 +0000
committerrvelices <rv-github@modusoptimus.com>2010-12-12 12:22:49 +0000
commit7626e48e0172ffcbdca9c14f27134b03e0e501fb (patch)
tree93742558c7cf49fc2ce53befabb4cb71a0f41cbe /themes/default/template/picture_toolbar.tpl
parent4448b8db7f59b4408a3ebcad2cb1ac77f6b38b8a (diff)
css sprites
git-svn-id: http://piwigo.org/svn/trunk@8091 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template/picture_toolbar.tpl')
-rw-r--r--themes/default/template/picture_toolbar.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/picture_toolbar.tpl b/themes/default/template/picture_toolbar.tpl
index e6f0d8edd..7ea2e80c5 100644
--- a/themes/default/template/picture_toolbar.tpl
+++ b/themes/default/template/picture_toolbar.tpl
@@ -17,7 +17,7 @@
{/if}
{if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if}
{if isset($favorite)}
- <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this image from your favorites'|@translate}{else}{'add this image to your favorites'|@translate}{/if}" class="pwg-state-default pwg-button" rel="novollow">
+ <a href="{$favorite.U_FAVORITE}" title="{if $favorite.IS_FAVORITE}{'delete this image from your favorites'|@translate}{else}{'add this image to your favorites'|@translate}{/if}" class="pwg-state-default pwg-button" rel="nofollow">
<span class="pwg-icon pwg-icon-favorite-{if $favorite.IS_FAVORITE}del{else}add{/if}">&nbsp;</span><span class="pwg-button-text">{'Favorites'|@translate}</span>
</a>
{/if}