diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/menubar_identification.tpl | 2 |
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} |