diff options
Diffstat (limited to '')
-rw-r--r-- | plugins/hello_world/main.inc.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/plugins/hello_world/main.inc.php b/plugins/hello_world/main.inc.php index eb5f98b82..5f6dd9134 100644 --- a/plugins/hello_world/main.inc.php +++ b/plugins/hello_world/main.inc.php @@ -1,7 +1,10 @@ <?php /* -Plugin Name: Hello World ! -Author: PhpWebGallery team +Plugin Name: Hello World +Version: 1.0 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 */ add_event_handler('loc_begin_page_header', 'hello_world_begin_header' ); |