diff options
author | gweltas <gweltas@piwigo.org> | 2004-02-07 11:50:26 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-02-07 11:50:26 +0000 |
commit | 65753539220ba870b738866c425c89d73753c727 (patch) | |
tree | 92e77bf4da8946d051f8d46176fbe1ead900c0d8 /template/default/about.tpl | |
parent | 1d9b840cf8421ad06d81035f209149eceb1b357f (diff) |
Template modification
Split of the french language file
git-svn-id: http://piwigo.org/svn/trunk@351 68402e56-0260-453c-a942-63ccdbb3a9ee
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> |