diff options
Diffstat (limited to '')
-rw-r--r-- | template/default/about.tpl (renamed from template/default/about.vtp) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/template/default/about.vtp b/template/default/about.tpl index 5b416d1b8..a309e3dc2 100644 --- a/template/default/about.vtp +++ b/template/default/about.tpl @@ -1,20 +1,20 @@ <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} + {F_START}1px{F_BEGIN} + <div class="titrePage">{PAGE_TITLE}</div> + {F_END} <div style="margin-bottom:5px;"> </div> - {#frame_start}50%{#frame_begin} + {F_START}50%{F_BEGIN} <div class="menu" style="white-space:normal;margin:10px;"> - {#about_message} + {L_ABOUT} </div> - {#frame_end} + {F_END} <div style="text-align:center;margin:5px;"> - <a href="{#back_url}">{#about_return}</a> + <a href="{U_RETURN}">{L_RETURN}</a> </div> <div style="text-align:center;margin:5px;"> - <img src="./template/{#user_template}/images/php_sqreuil_artistes.gif" alt="php logo" /> + <img src="./template/default/images/php_sqreuil_artistes.gif" alt="php logo" /> </div> </td> </tr> |