From 12182ddcfeced9934f45f20a3859049066ce0726 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 26 Oct 2006 03:35:20 +0000 Subject: plugins: first prototype version git-svn-id: http://piwigo.org/svn/trunk@1578 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/hello_world/index.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 plugins/hello_world/index.php (limited to 'plugins/hello_world') diff --git a/plugins/hello_world/index.php b/plugins/hello_world/index.php new file mode 100644 index 000000000..d2a8bcddb --- /dev/null +++ b/plugins/hello_world/index.php @@ -0,0 +1,18 @@ +Hello world from PhpWebGallery plugin!'; + } + return $banner; +} +?> -- cgit v1.2.3