aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/search.tpl
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2007-04-20 01:41:58 +0000
committerrvelices <rv-github@modusoptimus.com>2007-04-20 01:41:58 +0000
commitbf22f7ec699f19cab10552a10cd19cf45dc80db8 (patch)
treea5b449dabf78b952d46785da9b0c4b21c10acc97 /template/yoga/search.tpl
parent25ed7b89d368001006caa1c2bdc12c811d589b46 (diff)
merge r1964 from trunk to branch-1_7
- added rel nofollow for help link in search.tpl - added {PLUGIN_PICTURE_ACTIONS} in picture.tpl git-svn-id: http://piwigo.org/svn/branches/branch-1_7@1965 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r--template/yoga/search.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/search.tpl b/template/yoga/search.tpl
index b13189f9b..2821a013b 100644
--- a/template/yoga/search.tpl
+++ b/template/yoga/search.tpl
@@ -3,7 +3,7 @@
<div class="titrePage">
<ul class="categoryActions">
- <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
+ <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}" rel="nofollow"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li>
<li><a href="{U_HOME}" title="{lang:return to homepage}" rel="home"><img src="{themeconf:icon_dir}/home.png" class="button" alt="{lang:home}"/></a></li>
</ul>
<h2>{lang:Search}</h2>