summaryrefslogtreecommitdiffstats
path: root/template/en/default/global
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global')
-rw-r--r--template/en/default/global/messages.html.tmpl2
-rw-r--r--template/en/default/global/useful-links.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl
index 5ed2eecf8..0ce65ef09 100644
--- a/template/en/default/global/messages.html.tmpl
+++ b/template/en/default/global/messages.html.tmpl
@@ -156,7 +156,7 @@
[% ELSIF message_tag == "logged_out" %]
[% title = "Logged Out" %]
- [% url = "query.cgi?GoAheadAndLogIn=1" %]
+ [% url = "index.cgi?GoAheadAndLogIn=1" %]
[% link = "Log in again." %]
<b>Your login has been forgotten</b>.
The cookie that was remembering your login is now gone. You will be
diff --git a/template/en/default/global/useful-links.html.tmpl b/template/en/default/global/useful-links.html.tmpl
index 6d45bfd1b..36a08a8b8 100644
--- a/template/en/default/global/useful-links.html.tmpl
+++ b/template/en/default/global/useful-links.html.tmpl
@@ -63,7 +63,7 @@
[% IF Param('createemailregexp') %]
| <a href="createaccount.cgi">New&nbsp;Account</a>
[% END %]
- | <a href="query.cgi?GoAheadAndLogIn=1">Log&nbsp;In</a>
+ | <a href="index.cgi?GoAheadAndLogIn=1">Log&nbsp;In</a>
[% END %]
</div>
</div>