(51 . 9)(51 . 6)
57072 } else if ( is_archive() && $template = get_archive_template() ) {
57073 include($template);
57074 return;
57075 } else if ( is_comments_popup() && $template = get_comments_popup_template() ) {
57076 include($template);
57077 return;
57078 } else if ( is_paged() && $template = get_paged_template() ) {
57079 include($template);
57080 return;
(75 . 4)(72 . 4)
57082 }
57083 }
57084
57085 ?>