mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
feature 1528: update the about page content (FR/EN only currently).
git-svn-id: http://piwigo.org/svn/trunk@5250 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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;}
|
||||
Reference in New Issue
Block a user