diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/LocalFilesEditor/main.inc.php | 6 | ||||
-rw-r--r-- | plugins/add_index/main.inc.php | 8 | ||||
-rw-r--r-- | plugins/admin_advices/main.inc.php | 8 | ||||
-rw-r--r-- | plugins/admin_multi_view/main.inc.php | 8 | ||||
-rw-r--r-- | plugins/c13y_upgrade/main.inc.php | 8 | ||||
-rw-r--r-- | plugins/event_tracer/main.inc.php | 8 | ||||
-rw-r--r-- | plugins/event_tracer/tracer_admin.tpl | 2 | ||||
-rw-r--r-- | plugins/extended_description/main.inc.php | 6 | ||||
-rw-r--r-- | plugins/hello_world/main.inc.php | 8 | ||||
-rw-r--r-- | plugins/language_switch/main.inc.php | 6 |
10 files changed, 34 insertions, 34 deletions
diff --git a/plugins/LocalFilesEditor/main.inc.php b/plugins/LocalFilesEditor/main.inc.php index 4445f0539..378c69780 100644 --- a/plugins/LocalFilesEditor/main.inc.php +++ b/plugins/LocalFilesEditor/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: LocalFiles Editor Version: 1.8 Description: Edit local files from administration panel / Editeur de fichiers locaux Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=144 -Author: PhpWebGallery team -Author URI: http://www.phpwebgallery.net +Author: Piwigo team +Author URI: http://piwigo.org */ if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); diff --git a/plugins/add_index/main.inc.php b/plugins/add_index/main.inc.php index 4d71040b0..30e6b9ff6 100644 --- a/plugins/add_index/main.inc.php +++ b/plugins/add_index/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 | @@ -25,9 +25,9 @@ Plugin Name: Add Index Version: 1.8 Description: Add file index.php file on all sub-directories of local galleries pictures. / Ajoute le fichier index.php sur les sous-répertoires de galeries d'images locales. -Plugin URI: http://www.phpwebgallery.net -Author: PhpWebGallery team -Author URI: http://www.phpwebgallery.net +Plugin URI: http://piwigo.org +Author: Piwigo team +Author URI: http://piwigo.org */ if (!defined('PHPWG_ROOT_PATH')) diff --git a/plugins/admin_advices/main.inc.php b/plugins/admin_advices/main.inc.php index 1876d5d7e..fe87cc723 100644 --- a/plugins/admin_advices/main.inc.php +++ b/plugins/admin_advices/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 | @@ -25,9 +25,9 @@ Plugin Name: Admin Advices Version: 1.8 Description: Give you an advice on the administration page. -Plugin URI: http://www.phpwebgallery.net -Author: PhpWebGallery team -Author URI: http://www.phpwebgallery.net +Plugin URI: http://piwigo.org +Author: Piwigo team +Author URI: http://piwigo.org */ add_event_handler('loc_end_page_header', 'set_admin_advice_add_css' ); diff --git a/plugins/admin_multi_view/main.inc.php b/plugins/admin_multi_view/main.inc.php index d98ed6694..d29486fd0 100644 --- a/plugins/admin_multi_view/main.inc.php +++ b/plugins/admin_multi_view/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 | @@ -25,9 +25,9 @@ Plugin Name: Multi view Version: 1.8 Description: Allows administrators to view gallery as guests and/or change the language and/or theme on the fly. Practical to debug changes ... -Plugin URI: http://www.phpwebgallery.net -Author: PhpWebGallery team -Author URI: http://www.phpwebgallery.net +Plugin URI: http://piwigo.org +Author: Piwigo team +Author URI: http://piwigo.org */ add_event_handler('user_init', 'multiview_user_init' ); diff --git a/plugins/c13y_upgrade/main.inc.php b/plugins/c13y_upgrade/main.inc.php index 027cea2a3..41050663f 100644 --- a/plugins/c13y_upgrade/main.inc.php +++ b/plugins/c13y_upgrade/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 | @@ -25,9 +25,9 @@ Plugin Name: Check upgrades
Version: 1.8
Description: Check integrity of upgrades / Contrôle d'intégrité des mises à jour
-Plugin URI: http://www.phpwebgallery.net
-Author: PhpWebGallery team
-Author URI: http://www.phpwebgallery.net
+Plugin URI: http://piwigo.org
+Author: Piwigo team
+Author URI: http://piwigo.org
*/
if (!defined('PHPWG_ROOT_PATH'))
diff --git a/plugins/event_tracer/main.inc.php b/plugins/event_tracer/main.inc.php index bb45887fb..dcf282146 100644 --- a/plugins/event_tracer/main.inc.php +++ b/plugins/event_tracer/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 | @@ -25,9 +25,9 @@ Plugin Name: Event tracer Version: 1.8.a Description: For developers. Shows all calls to trigger_event. -Plugin URI: http://www.phpwebgallery.net -Author: PhpWebGallery team -Author URI: http://www.phpwebgallery.net +Plugin URI: http://piwigo.org +Author: Piwigo team +Author URI: http://piwigo.org */ if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); diff --git a/plugins/event_tracer/tracer_admin.tpl b/plugins/event_tracer/tracer_admin.tpl index 9ff457019..17d7e2b01 100644 --- a/plugins/event_tracer/tracer_admin.tpl +++ b/plugins/event_tracer/tracer_admin.tpl @@ -5,7 +5,7 @@ <p> The event tracer is a developer tool that logs in the footer of the window all calls to trigger_event method. -You can use this plugin to see what events is PhpWebGallery calling. +You can use this plugin to see what events is Piwigo calling. <b>Note that $conf['show_queries'] must be true.</b> </p> <form method="post" action="" class="general"> diff --git a/plugins/extended_description/main.inc.php b/plugins/extended_description/main.inc.php index 4ecf7f321..f8839b4c7 100644 --- a/plugins/extended_description/main.inc.php +++ b/plugins/extended_description/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: Extended Description Version: 1.8 Description: Allow multilanguage description / Permet d'avoir des descriptions mutilingues Plugin URI: http://phpwebgallery.net/ext/extension_view.php?eid=175 -Author: PhpWebGallery team -Author URI: http://www.phpwebgallery.net +Author: Piwigo team +Author URI: http://piwigo.org */ if (!defined('PHPWG_ROOT_PATH')) die('Hacking attempt!'); diff --git a/plugins/hello_world/main.inc.php b/plugins/hello_world/main.inc.php index bf27bc025..07808d0d9 100644 --- a/plugins/hello_world/main.inc.php +++ b/plugins/hello_world/main.inc.php @@ -25,9 +25,9 @@ Plugin Name: Hello World Version: 1.8 Description: This example plugin changes the page banner for the administration page. -Plugin URI: http://www.phpwebgallery.net -Author: PhpWebGallery team -Author URI: http://www.phpwebgallery.net +Plugin URI: http://piwigo.org +Author: Piwigo team +Author URI: http://piwigo.org */ add_event_handler('loc_begin_page_header', 'hello_world_begin_header' ); @@ -50,7 +50,7 @@ function hello_world_end_header() { global $template, $page; $template->assign( 'PAGE_BANNER', - '<h1>"'.$page['page_banner'].'" from PhpWebGallery plugin!</h1>'); + '<h1>"'.$page['page_banner'].'" from Piwigo plugin!</h1>'); } ?>
\ No newline at end of file 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'); |