host = $host; $host->add_hook($host::HOOK_RENDER_ARTICLE, $this); } function get_prefs_js() { return file_get_contents(dirname(__FILE__) . "/init.js"); } function hook_render_article($article) { $article["content"] = "Content changed: " . $article["content"]; return $article; } } ?>