diff options
author | gerv%gerv.net <> | 2002-04-20 05:37:42 +0000 |
---|---|---|
committer | gerv%gerv.net <> | 2002-04-20 05:37:42 +0000 |
commit | a12ec8dea07e38c55593109c3afaab13a29e499d (patch) | |
tree | 81a16829b715d7d4cf2a640f3aca88b633d71f75 /template/en/default/account/password | |
parent | 07466db53c0990b4cf9ccdedb08c1a075c18446e (diff) | |
download | bugs-a12ec8dea07e38c55593109c3afaab13a29e499d.tar bugs-a12ec8dea07e38c55593109c3afaab13a29e499d.tar.gz bugs-a12ec8dea07e38c55593109c3afaab13a29e499d.tar.bz2 bugs-a12ec8dea07e38c55593109c3afaab13a29e499d.tar.xz bugs-a12ec8dea07e38c55593109c3afaab13a29e499d.zip |
Bug 135707 - template reorganisation. This makes the new copies of the templates use all the correct names internally. Patch by me, 2xr=myk.
Diffstat (limited to 'template/en/default/account/password')
-rw-r--r-- | template/en/default/account/password/set-forgotten-password.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/account/password/set-forgotten-password.html.tmpl b/template/en/default/account/password/set-forgotten-password.html.tmpl index a8ad930ee..675db62d1 100644 --- a/template/en/default/account/password/set-forgotten-password.html.tmpl +++ b/template/en/default/account/password/set-forgotten-password.html.tmpl @@ -19,7 +19,7 @@ # Contributor(s): Gervase Markham <gerv@gerv.net> #%] -[% INCLUDE global/header %] +[% INCLUDE global/header.html.tmpl %] <p> To change your password, enter a new password twice: @@ -52,4 +52,4 @@ </table> </form> -[% INCLUDE global/footer %] +[% INCLUDE global/footer.html.tmpl %] |