From 77fd1f51a3c5f5a52f72ef8a299fe368228e2285 Mon Sep 17 00:00:00 2001 From: vdigital Date: Fri, 23 May 2008 21:05:41 +0000 Subject: git-svn-id: http://piwigo.org/svn/trunk@2357 68402e56-0260-453c-a942-63ccdbb3a9ee --- BSF/plugins/hello_world/index.php | 30 +++++++++++++++++++ BSF/plugins/hello_world/main.inc.php | 56 ++++++++++++++++++++++++++++++++++++ 2 files changed, 86 insertions(+) create mode 100644 BSF/plugins/hello_world/index.php create mode 100644 BSF/plugins/hello_world/main.inc.php (limited to 'BSF/plugins/hello_world') diff --git a/BSF/plugins/hello_world/index.php b/BSF/plugins/hello_world/index.php new file mode 100644 index 000000000..c15b15795 --- /dev/null +++ b/BSF/plugins/hello_world/index.php @@ -0,0 +1,30 @@ + diff --git a/BSF/plugins/hello_world/main.inc.php b/BSF/plugins/hello_world/main.inc.php new file mode 100644 index 000000000..07808d0d9 --- /dev/null +++ b/BSF/plugins/hello_world/main.inc.php @@ -0,0 +1,56 @@ +assign( 'PAGE_BANNER', + '

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

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