From 3cffa07182c016d29d82666e03a1423fb6160bd8 Mon Sep 17 00:00:00 2001 From: rub Date: Thu, 15 May 2008 18:43:33 +0000 Subject: Change some PhpWebGallery to Piwigo. (2/2) All phpwebgallery.net are not changed! git-svn-id: http://piwigo.org/svn/trunk@2342 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/hello_world/main.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/hello_world') 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', - '

"'.$page['page_banner'].'" from PhpWebGallery plugin!

'); + '

"'.$page['page_banner'].'" from Piwigo plugin!

'); } ?> \ No newline at end of file -- cgit v1.2.3