Piwik_Translate('Feedback_PluginDescription'), 'author' => 'Piwik', 'author_homepage' => 'http://piwik.org/', 'version' => Piwik_Version::VERSION, ); } function getListHooksRegistered() { return array( 'template_css_import' => 'css', 'template_js_import' => 'js', ); } function css() { echo "\n"; } function js() { echo "\n"; } }