aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/identification.vtp
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-07-21 19:38:38 +0000
committerz0rglub <z0rglub@piwigo.org>2003-07-21 19:38:38 +0000
commit55a0a61aaf58a02e2ac5d2c489f81b1be4730cd8 (patch)
tree54db07101b35ea40bf48de022f5244280a9efbe4 /template/default/identification.vtp
parenta11cb36e34e08f2ed2c573c9fe1c6097cbd7be29 (diff)
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@25 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/identification.vtp')
-rw-r--r--template/default/identification.vtp9
1 files changed, 6 insertions, 3 deletions
diff --git a/template/default/identification.vtp b/template/default/identification.vtp
index eb03977c1..6240d0f99 100644
--- a/template/default/identification.vtp
+++ b/template/default/identification.vtp
@@ -1,9 +1,11 @@
<html>
<head>
- {#page_style}
+ {#style}
<title>{#ident_page_title}</title>
+ <meta http-equiv="Content-Type" content="text/html; charset={#charset}" />
</head>
<body>
+ {#header}
<table style="width:100%;height:100%">
<tr align="center" valign="middle">
<td>
@@ -59,9 +61,9 @@
<!--/VTP_guest_visit-->
<div style="margin-top:10px;text-align:left;">
<!--VTP_register-->
- <a href="register.php"><img src="./theme/{#user_theme}/register.gif" style="border:0;" alt="{#ident_register}"/>&nbsp;{#ident_register}</a><br />
+ <a href="register.php"><img src="./template/{#user_template}/theme/register.gif" style="border:0;" alt="{#ident_register}"/>&nbsp;{#ident_register}</a><br />
<!--/VTP_register-->
- <a href="mailto:{#mail_webmaster}?subject=[PhpWebGallery] {#ident_forgotten_password}"><img src="./theme/{#user_theme}/lost.gif" style="border:0;" alt=""/>&nbsp;{#ident_forgotten_password}</a>
+ <a href="mailto:{#mail_webmaster}?subject=[PhpWebGallery] {#ident_forgotten_password}"><img src="./template/{#user_template}/theme/lost.gif" style="border:0;" alt=""/>&nbsp;{#ident_forgotten_password}</a>
</div>
</td>
</tr>
@@ -71,5 +73,6 @@
</td>
</tr>
</table>
+ {#footer}
</body>
</html> \ No newline at end of file