'', 'captions' => '', 'id' => $post->ID, 'showcounter' => '', 'shownav' => '', 'showplay' => '', 'showthumbnails' => '', 'speed' => '', 'thumbs' => '', 'transition' => '', 'type' => '', ), $attr)); $attachment_ids = explode(",", $attr['ids']); $id = intval($id); if ( wp_is_mobile() || is_home() || is_single() || is_page_template( 'about.php' ) || is_page_template( 'parent.php' ) || is_page_template( 'story.php' ) || preg_match('/(?i)msie [1-8]/',$_SERVER['HTTP_USER_AGENT']) ) { $type = "vert-scroll"; } switch ($type) { case "vert-scroll": case "react": include("gallery/gallery-vertscroll.php"); break; default: include("gallery/gallery-cyclereact.php"); break; } return $output; } ?>