'Demo', 'summary' => 'This plugin provides test/sample code for many of the hook points in the SquirrelMail core.', 'details' => 'This plugin provides test/sample code for many of the hook points in the SquirrelMail core.', 'requires_configuration' => 0, 'requires_source_patch' => 0, ); } /** * Returns version info about this plugin * */ function demo_version() { $info = demo_info(); return $info['version']; } /** * Add link to menu at top of content pane * * @return void * */ function demo_page_header_template() { include_once(SM_PATH . 'plugins/demo/functions.php'); return demo_page_header_template_do(); }