piwigo/template/default/about.vtp
gweltas 00ac0f8d3e Conformity with the XHTML 1.0 transitional standard
Creation of the following files :
- template/default/header.php and template/default/footer.php to ensure a common standard
- default.css to be CSS valid
Obsolescence of the following files :
- template/default/theme/conf.php
- template/default/style.inc.php

Custom galleries should reflect those changes.


git-svn-id: http://piwigo.org/svn/branches/release-1_3@290 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-18 02:13:02 +00:00

21 lines
No EOL
795 B
Text

<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>