aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/about.vtp
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/about.vtp')
-rw-r--r--template/default/about.vtp6
1 files changed, 4 insertions, 2 deletions
diff --git a/template/default/about.vtp b/template/default/about.vtp
index 6e55751a8..c5d374b10 100644
--- a/template/default/about.vtp
+++ b/template/default/about.vtp
@@ -1,9 +1,10 @@
<html>
<head>
- {#page_style}
+ {#style}
<title>{#about_page_title}</title>
</head>
<body>
+ {#header}
<table style="width:100%;height:100%">
<tr align="center" valign="middle">
<td>
@@ -17,7 +18,7 @@
</div>
{#frame_end}
<div style="text-align:center;margin:5px;">
- <a onclick="history.back()" style="font-style:italic;font-family:verdana,arial,sans-serif;font-size:12px;">{#about_return}</a>
+ <a href="{#back_url}">{#about_return}</a>
</div>
<div style="text-align:center;margin:5px;">
<img src="./images/php_sqreuil_artistes.gif" alt="php logo" />
@@ -25,5 +26,6 @@
</td>
</tr>
</table>
+ {#footer}
</body>
</html> \ No newline at end of file