aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/about.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/default/about.tpl')
-rw-r--r--template/default/about.tpl31
1 files changed, 10 insertions, 21 deletions
diff --git a/template/default/about.tpl b/template/default/about.tpl
index 41eddc785..34616f83c 100644
--- a/template/default/about.tpl
+++ b/template/default/about.tpl
@@ -1,21 +1,10 @@
- <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;">&nbsp;</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> \ No newline at end of file
+<div class="titrePage">{PAGE_TITLE}</div>
+<div class="menu" style="white-space:normal;margin:10px;">
+ {L_ABOUT}
+</div>
+<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> \ No newline at end of file