diff options
author | gweltas <gweltas@piwigo.org> | 2004-02-19 00:31:09 +0000 |
---|---|---|
committer | gweltas <gweltas@piwigo.org> | 2004-02-19 00:31:09 +0000 |
commit | 78df1f97d366e5f9e4115c658ad91fab70717f29 (patch) | |
tree | 518126d0a8728d9a2c81155e6ce6527b74fbaf92 /template/default/about.tpl | |
parent | 19b4964996483b51338deedbdf1dafc6d7ec16d8 (diff) |
Split of langage files
git-svn-id: http://piwigo.org/svn/trunk@364 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/default/about.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/template/default/about.tpl b/template/default/about.tpl index a309e3dc2..41eddc785 100644 --- a/template/default/about.tpl +++ b/template/default/about.tpl @@ -1,15 +1,15 @@ <table style="width:100%;height:100%"> <tr align="center" valign="middle"> <td> - {F_START}1px{F_BEGIN} + {T_START}1px{T_BEGIN} <div class="titrePage">{PAGE_TITLE}</div> - {F_END} + {T_END} <div style="margin-bottom:5px;"> </div> - {F_START}50%{F_BEGIN} + {T_START}50%{T_BEGIN} <div class="menu" style="white-space:normal;margin:10px;"> {L_ABOUT} </div> - {F_END} + {T_END} <div style="text-align:center;margin:5px;"> <a href="{U_RETURN}">{L_RETURN}</a> </div> |