diff options
author | patdenice <patdenice@piwigo.org> | 2008-03-02 18:56:05 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-03-02 18:56:05 +0000 |
commit | 1283b5ecb1e5e01d9f2ebef555949ac517be89dd (patch) | |
tree | ad8c1c347d50324989f1776e8a3a2c30a5c99478 /plugins/language_switch/main.inc.php | |
parent | 78e175b3fb7c8d2f9824b15632595523f9ea236c (diff) |
Corections to respect coding conventions.
Change plugins versions to 1.8
Change 3 plugins URI.
git-svn-id: http://piwigo.org/svn/trunk@2243 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | plugins/language_switch/main.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/language_switch/main.inc.php b/plugins/language_switch/main.inc.php index 82eb5dc2e..0747d9514 100644 --- a/plugins/language_switch/main.inc.php +++ b/plugins/language_switch/main.inc.php @@ -1,8 +1,8 @@ <?php /* Plugin Name: Language Switch -Version: 1.0 +Version: 1.8 Description: Switch to another language from flags on your gallery home page. -Plugin URI: http://www.phpwebgallery.net +Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=123 Author: PhpWebGallery team Author URI: http://www.phpwebgallery.net */ |