plugins_dir . "/custom_fields." . $func . ".php"; if( is_file( $file ) ) { include_once( $file ); $func( $smarty, $params, $custom_params ); } } } } ?>