Skip to content

Commit

Permalink
feature 1528: update the about page content (FR/EN only currently).
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@5250 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
plegall committed Mar 22, 2010
1 parent d1d3167 commit a5f3951
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
13 changes: 5 additions & 8 deletions language/en_UK/about.html
@@ -1,10 +1,7 @@
<li>Piwigo is a web application giving you the possibility to
create an online images gallery easily.</li>
<p>This photo gallery is based on Piwigo.</p>

<li>Technicaly, Piwigo is fully developped with PHP (the elePHPant)
with a MySQL database (the SQuirreL).</li>

<li>If you have any suggestions or comments, please visit <a
href="http://piwigo.org">Piwigo</a> official site, and
its dedicated <a href="http://forum.Piwigo.net">forum</a>.</li>
<p>Piwigo is a photo gallery software for the web, built by an active
community of users and developers. Extensions make Piwigo easily
customizable. Icing on the cake, Piwigo is free and opensource.</p>

<p id="linkToPiwigo"><a href="http://piwigo.org">Visit Piwigo website</a></p>
12 changes: 6 additions & 6 deletions language/fr_FR/about.html
@@ -1,8 +1,8 @@
<li>Piwigo est une application web permettant de créer facilement
une galerie d'images en ligne.</li>
<p>Cette galerie photo repose sur Piwigo.</p>

<li>Techniquement, Piwigo est développée en PHP avec une base de
données MySQL.</li>
<p>Piwigo est un logiciel de galerie photo pour le web, bâti par une
communauté active d'utilisateurs et de développeurs. Les extensions rendent
Piwigo facilement personnalisable. Cerise sur le gâteau, Piwigo est libre et
gratuit.</p>

<li>Si vous avez des suggestions ou des commentaires, visitez le <a
href="http://fr.piwigo.org">site officiel</a> et <a href="http://fr.piwigo.org/forum">son forum</a>.</li>
<p id="linkToPiwigo"><a href="http://fr.piwigo.org">Visiter le site web de Piwigo</a></p>
8 changes: 5 additions & 3 deletions themes/default/template/about.tpl
Expand Up @@ -9,10 +9,12 @@
</ul>
<h2>{'About'|@translate}</h2>
</div>
<ul>
<div id="piwigoAbout">
{$ABOUT_MESSAGE}
{if isset($THEME_ABOUT) }
<li>{$THEME_ABOUT}</li>
{/if}
<ul>
<li>{$THEME_ABOUT}</li>
</ul>
{/if}
</div>
</div>
5 changes: 4 additions & 1 deletion themes/default/theme.css
Expand Up @@ -848,4 +848,7 @@ LEGEND {
SPAN.calItem, SPAN.calItemEmpty,
TD.calDayCellEmpty, TD.calDayCellFull {
border: 1px solid gray;
}
}

#piwigoAbout {width:600px;margin:0 auto;}
#linkToPiwigo {text-align:center;}

0 comments on commit a5f3951

Please sign in to comment.