diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-05-27 20:56:13 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-05-27 20:56:13 +0000 |
commit | 0b6204e5fbebb7dc14bfe47e598f53d241c21b97 (patch) | |
tree | 4e457a986c6b177b6c0202b8571f9eda93afa88e /template/default/about.vtp | |
parent | 4ac5b8f83f3b27b508be0cdf907eb8b083c251e5 (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@19 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/about.vtp | 6 |
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 |