aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-02-22 05:00:23 +0000
committerrvelices <rv-github@modusoptimus.com>2013-02-22 05:00:23 +0000
commit82217461c4b2043e0aba658deffc9d466961def9 (patch)
treec085bd503777bf9b8e079ea29efb2bde64cd62f9 /themes
parent13aed207f1ee97452a65048ed0772b103c5a6f2c (diff)
fix english language string
added missing rel nofollow on registration page link git-svn-id: http://piwigo.org/svn/trunk@20924 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes')
-rw-r--r--themes/default/template/menubar_identification.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/template/menubar_identification.tpl b/themes/default/template/menubar_identification.tpl
index 6063154da..736078c34 100644
--- a/themes/default/template/menubar_identification.tpl
+++ b/themes/default/template/menubar_identification.tpl
@@ -47,7 +47,7 @@
<input type="submit" name="login" value="{'Submit'|@translate}">
<span class="categoryActions">
{if isset($U_REGISTER)}
- <a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" class="pwg-state-default pwg-button">
+ <a href="{$U_REGISTER}" title="{'Create a new account'|@translate}" class="pwg-state-default pwg-button" rel="nofollow">
<span class="pwg-icon pwg-icon-register"> </span>
</a>
{/if}