diff options
Diffstat (limited to 'template')
-rw-r--r-- | template/en/default/global/header.html.tmpl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/global/header.html.tmpl b/template/en/default/global/header.html.tmpl index 07a980050..9d8fa9449 100644 --- a/template/en/default/global/header.html.tmpl +++ b/template/en/default/global/header.html.tmpl @@ -328,12 +328,13 @@ <ul class="login-links"> [% IF Param('createemailregexp') && user.authorizer.user_can_create_account %] - <li id="moz_new_account_container_top"><a href="createaccount.cgi">New Account</a></li> + <li id="moz_new_account_container_top"><a href="createaccount.cgi">New Account</a> + [% IF use_login_page %] <span class="separator">| </span> [% END %] + </li> [% END %] [% IF use_login_page %] <li> - <span class="separator">| </span> <a href="[% urlbase %]login">Log In</a> </li> [% ELSE %] |