diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-07-21 20:00:54 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-07-21 20:00:54 +0000 |
commit | e9b4e0e0de65caebd47b5e6df6d252f9d1b85932 (patch) | |
tree | 6501b4c5987300b03d2b269dc7076593110bd611 /template/default/about.vtp | |
parent | ef185a27638bb3f5347e0654c85b623006f60874 (diff) |
- correcting charset definition
- using new link to the PHP logo (into the template dir)
git-svn-id: http://piwigo.org/svn/trunk@28 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/default/about.vtp')
-rw-r--r-- | template/default/about.vtp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/default/about.vtp b/template/default/about.vtp index ee9770e8b..7a0802fef 100644 --- a/template/default/about.vtp +++ b/template/default/about.vtp @@ -2,7 +2,7 @@ <head> {#style} <title>{#about_page_title}</title> - <meta http-equiv="Content-Type" content="text/html; {#charset}"> + <meta http-equiv="Content-Type" content="text/html; charset={#charset}" /> </head> <body> {#header} @@ -22,7 +22,7 @@ <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" /> + <img src="./template/{#user_template}/images/php_sqreuil_artistes.gif" alt="php logo" /> </div> </td> </tr> |