"true" ); load_theme_textdomain('kubrick'); 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 art_comment($comment, $args, $depth) { $GLOBALS['comment'] = $comment; ?>