diff options
Diffstat (limited to 'template/default/profile.vtp')
-rw-r--r-- | template/default/profile.vtp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/template/default/profile.vtp b/template/default/profile.vtp index ed6a8998a..2be4ae1e3 100644 --- a/template/default/profile.vtp +++ b/template/default/profile.vtp @@ -1,9 +1,10 @@ <html> <head> - {#page_style} + {#style} <title>{#customize_page_title}</title> - </head> + </head> <body> + {#header} <table style="width:100%;height:100%"> <tr align="center" valign="middle"> <td> @@ -80,5 +81,6 @@ </td> </tr> </table> + {#footer} </body> </html>
\ No newline at end of file |