mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-08 22:35:00 +02:00
78df1f97d3
git-svn-id: http://piwigo.org/svn/trunk@364 68402e56-0260-453c-a942-63ccdbb3a9ee
21 lines
741 B
Smarty
21 lines
741 B
Smarty
<table style="width:100%;height:100%">
|
|
<tr align="center" valign="middle">
|
|
<td>
|
|
{T_START}1px{T_BEGIN}
|
|
<div class="titrePage">{PAGE_TITLE}</div>
|
|
{T_END}
|
|
<div style="margin-bottom:5px;"> </div>
|
|
{T_START}50%{T_BEGIN}
|
|
<div class="menu" style="white-space:normal;margin:10px;">
|
|
{L_ABOUT}
|
|
</div>
|
|
{T_END}
|
|
<div style="text-align:center;margin:5px;">
|
|
<a href="{U_RETURN}">{L_RETURN}</a>
|
|
</div>
|
|
<div style="text-align:center;margin:5px;">
|
|
<img src="./template/default/images/php_sqreuil_artistes.gif" alt="php logo" />
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
</table> |