diff options
author | plegall <plg@piwigo.org> | 2005-03-25 23:02:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2005-03-25 23:02:14 +0000 |
commit | 03b8e7bb3597e5e58a0dc01032c6ad94faf0fe35 (patch) | |
tree | 750b1057d2ed158efff242e8543c20cf2a878520 | |
parent | 1e3f5197d64f6e3e9644fee11c95723964d3b53f (diff) |
- in complement of new configuration parameter "show_version", version is
not shown anymore in about page
git-svn-id: http://piwigo.org/svn/trunk@759 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | language/en_UK.iso-8859-1/common.lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/language/en_UK.iso-8859-1/common.lang.php b/language/en_UK.iso-8859-1/common.lang.php index 0ba4c35c0..1cec5e309 100644 --- a/language/en_UK.iso-8859-1/common.lang.php +++ b/language/en_UK.iso-8859-1/common.lang.php @@ -225,7 +225,7 @@ $lang['about_page_title'] = 'About PhpWebGallery'; $lang['about_title'] = 'About...'; $lang['about_message'] = '<div style="text-align:center;font-weigh:bold;">Information about PhpWebGallery</div> <ul> - <li>This website uses the version '.PHPWG_VERSION.' of <a href="htt://www.phpwebgallery.net" style="text-decoration:underline">PhpWebGallery</a>. PhpWebGallery is a web application giving you the possibility to create an online images gallery easily.</li> + <li>PhpWebGallery is a web application giving you the possibility to create an online images gallery easily.</li> <li>Technicaly, PhpWebGallery 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://www.phpwebgallery.net" style="text-decoration:underline">PhpWebGallery</a> official site, and its dedicated <a href="http://forum.phpwebgallery.net" style="text-decoration:underline">forum</a>.</li> </ul>'; |