diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-05-18 21:42:32 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-05-18 21:42:32 +0000 |
commit | aac81a8a382f7ec527e22d6dee959400d77e1a21 (patch) | |
tree | b51b5180e85326af0cfebf88bcad005ba93d5118 /template/default/profile.vtp | |
parent | 2c2af65b6a95e20ba9ca49139683d2d150edb1b6 (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@14 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-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 |