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/add_index/main.normal.inc.php | 60 +++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 BSF/plugins/add_index/main.normal.inc.php (limited to 'BSF/plugins/add_index/main.normal.inc.php') diff --git a/BSF/plugins/add_index/main.normal.inc.php b/BSF/plugins/add_index/main.normal.inc.php new file mode 100644 index 000000000..6f43c6e40 --- /dev/null +++ b/BSF/plugins/add_index/main.normal.inc.php @@ -0,0 +1,60 @@ +path, '', true); + } + else + { + $help_content = false; + } + + if ($help_content == false) + { + return $popup_help_content; + } + else + { + return $popup_help_content.$help_content; + } + } +} + +// Create object +$add_index = new NormalAddIndex(); + +// Add events +add_event_handler('get_popup_help_content', array(&$add_index, 'get_popup_help_content'), EVENT_HANDLER_PRIORITY_NEUTRAL, 2); + +?> \ No newline at end of file -- cgit v1.2.3