diff options
Diffstat (limited to 'template/cclear/about.tpl')
-rw-r--r-- | template/cclear/about.tpl | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/template/cclear/about.tpl b/template/cclear/about.tpl index b56481c4b..c3a94539c 100644 --- a/template/cclear/about.tpl +++ b/template/cclear/about.tpl @@ -1,10 +1,12 @@ -<h2>{PAGE_TITLE}</h2> -<div class="menu" style="white-space:normal;margin:10px;"> - {L_ABOUT} -</div> -<div style="text-align:center;margin:5px;"> -<a href="{U_RETURN}" title="{L_RETURN_HINT}">[{L_RETURN}]</a> -</div> -<div style="text-align:center;margin:5px;"> -<img src="./template/clear/images/php_sqreuil_artistes.gif" alt="php logo" /> +<div id="content"> + + <div class="titrePage"> + <ul class="categoryActions"> + <li><a href="{U_HOME}" title="{lang:return to homepage}"><img src="./template/cclear/theme/home.png" alt="{lang:home}"/></a></li> + </ul> + <h2>{lang:About}</h2> + </div> + + {lang:about_message} + </div> |