diff options
Diffstat (limited to 'plugins/language_switch')
-rw-r--r-- | plugins/language_switch/main.inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/language_switch/main.inc.php b/plugins/language_switch/main.inc.php index 1802f90cb..0d3df1085 100644 --- a/plugins/language_switch/main.inc.php +++ b/plugins/language_switch/main.inc.php @@ -3,7 +3,7 @@ // | Piwigo - a PHP based picture gallery | // +-----------------------------------------------------------------------+ // | Copyright(C) 2008 Piwigo Team http://piwigo.org | -// | Copyright(C) 2003-2008 PhpWebGallery Team http://phpwebgallery.net | +// | Copyright(C) 2003-2008 Piwigo team http://phpwebgallery.net | // | Copyright(C) 2002-2003 Pierrick LE GALL http://le-gall.net/pierrick | // +-----------------------------------------------------------------------+ // | This program is free software; you can redistribute it and/or modify | @@ -26,8 +26,8 @@ Plugin Name: Language Switch Version: 1.8 Description: Switch to another language from flags on your gallery home page. Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=123 -Author: PhpWebGallery team -Author URI: http://www.phpwebgallery.net +Author: Piwigo team +Author URI: http://piwigo.org */ include_once(PHPWG_PLUGINS_PATH.'language_switch/language_switch.inc.php'); |