piwigo/template/default/about.vtp
z0rglub e9b4e0e0de - 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
2003-07-21 20:00:54 +00:00

32 lines
No EOL
1,007 B
Text

<html>
<head>
{#style}
<title>{#about_page_title}</title>
<meta http-equiv="Content-Type" content="text/html; charset={#charset}" />
</head>
<body>
{#header}
<table style="width:100%;height:100%">
<tr align="center" valign="middle">
<td>
{#frame_start}1px{#frame_begin}
<div class="titrePage">{#about_title}</div>
{#frame_end}
<div style="margin-bottom:5px;">&nbsp;</div>
{#frame_start}50%{#frame_begin}
<div class="menu" style="white-space:normal;margin:10px;">
{#about_message}
</div>
{#frame_end}
<div style="text-align:center;margin:5px;">
<a href="{#back_url}">{#about_return}</a>
</div>
<div style="text-align:center;margin:5px;">
<img src="./template/{#user_template}/images/php_sqreuil_artistes.gif" alt="php logo" />
</div>
</td>
</tr>
</table>
{#footer}
</body>
</html>