'1',
'published' => '1',
'categories' => '1',
'comment_info' => '1',
'updated' => '1',
'tags' => '1',
'author_box' => '0',
'post_nav' => '1',
'comments' => '1',
);
$post_elements = asr_option('post_elements', array());
$post_elements = wp_parse_args($post_elements, $post_defaults);
$page_defaults = array(
'author' => '0',
'published' => '0',
'comment_info' => '0',
'updated' => '0',
'author_box' => '0',
'comments' => '1',
);
$page_elements = asr_option('page_elements', array());
$page_elements = wp_parse_args($page_elements, $page_defaults);
?>