'Akismet', 'URL' => $admin_url ) ); return $menu; } function akismet_user_comment_check_wrapper($action, $comment) { include_once( dirname(__FILE__).'/check.inc.php' ); $action = akismet_user_comment_check($action, $comment); return $action; } function akismet_init() { global $template; $template->smarty->register_prefilter('akismet_prefilter_comment_form'); } function akismet_prefilter_comment_form($source, $smarty) { if ( ($pos=strpos($source, '', $pos,0); } return $source; } function akismet_page_tail() { global $template, $conf; if (!isset($_SESSION['csi']) && strpos(@$_SERVER['HTTP_USER_AGENT'],'bot')===false) { $src = get_root_url().'plugins/'.AKIS_DIR.'/csi.php'; $template->append( 'footer_elements', ''); } } ?>