aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorz0rglub <z0rglub@piwigo.org>2003-07-21 20:00:54 +0000
committerz0rglub <z0rglub@piwigo.org>2003-07-21 20:00:54 +0000
commite9b4e0e0de65caebd47b5e6df6d252f9d1b85932 (patch)
tree6501b4c5987300b03d2b269dc7076593110bd611 /template
parentef185a27638bb3f5347e0654c85b623006f60874 (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')
-rw-r--r--template/default/about.vtp4
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>