diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-05-17 11:42:03 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-05-17 11:42:03 +0000 |
commit | 2c2af65b6a95e20ba9ca49139683d2d150edb1b6 (patch) | |
tree | 89dfe5da914ab688e598666cbd0e2d0d0079688a /template/default/upload.vtp | |
parent | f96563b9e8ffbc67af2ee5826b8f0c9b33dbb87e (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@13 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/upload.vtp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/default/upload.vtp b/template/default/upload.vtp index 4e4d4390c..eedaac3be 100644 --- a/template/default/upload.vtp +++ b/template/default/upload.vtp @@ -1,7 +1,7 @@ <html> <head> - {#page_style} - <title>{#upload_page_title}</title> + {#style} + <title>{#upload_title}</title> </head> <body> <table style="width:100%;height:100%"> @@ -51,7 +51,7 @@ </td> </tr> <tr> - <td class="menu">{#reg_mail_address}</td> + <td class="menu">{#mail_address}</td> <td align="center" style="padding:10px;"> <input name="mail_address" type="text" value="{#user_mail_address}" /> </td> |