true ); load_theme_textdomain('kubrick'); if (!function_exists('get_search_form')) { function get_search_form() { include (TEMPLATEPATH . "/searchform.php"); } } if (!function_exists('get_previous_posts_link')) { function get_previous_posts_link($label) { ob_start(); previous_posts_link($label); return ob_get_clean(); } } if (!function_exists('get_next_posts_link')) { function get_next_posts_link($label) { ob_start(); next_posts_link($label); return ob_get_clean(); } } function wp_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>