aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/identification.vtp
diff options
context:
space:
mode:
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