diff options
author | vdigital <vdigital@piwigo.org> | 2007-02-17 18:52:17 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2007-02-17 18:52:17 +0000 |
commit | 7b5386f0dd7998b2b09680e04b511e57c9d00b2e (patch) | |
tree | fff2cb6d255175657865f4710ce3493f6bad7396 /language | |
parent | 25cd3c5f7e10561e995d1c692459567722567246 (diff) |
0000497: (facultative) themeconf.inc.php can build additional about text for PWG about page (see wipi theme).
git-svn-id: http://piwigo.org/svn/trunk@1834 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK.iso-8859-1/about.html | 3 | ||||
-rw-r--r-- | language/fr_FR.iso-8859-1/about.html | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/language/en_UK.iso-8859-1/about.html b/language/en_UK.iso-8859-1/about.html index 36ad2557b..b5a46d006 100644 --- a/language/en_UK.iso-8859-1/about.html +++ b/language/en_UK.iso-8859-1/about.html @@ -1,5 +1,3 @@ -<ul> - <li>PhpWebGallery is a web application giving you the possibility to create an online images gallery easily.</li> @@ -10,4 +8,3 @@ href="http://www.phpwebgallery.net">PhpWebGallery</a> official site, and its dedicated <a href="http://forum.phpwebgallery.net">forum</a>.</li> -</ul> diff --git a/language/fr_FR.iso-8859-1/about.html b/language/fr_FR.iso-8859-1/about.html index 1eb394b37..56bd9535b 100644 --- a/language/fr_FR.iso-8859-1/about.html +++ b/language/fr_FR.iso-8859-1/about.html @@ -1,5 +1,3 @@ -<ul> - <li>PhpWebGallery est une application web permettant de créer facilement une galerie d'images en ligne.</li> @@ -8,5 +6,3 @@ données MySQL.</li> <li>Si vous avez des suggestions ou des commentaires, visitez le <a href="http://www.phpwebgallery.net">site officiel</a>.</li> - -</ul> |