array( 'title' => __('Theme Options', 'phosphor'), 'context' => 'normal', 'priority' => 'high' ), ); } protected function get_fields() { return array( 'phosphor_options' => array( 'layout' => array( 'title' => __('Layout', 'phosphor'), 'desc' => __('Select the layout for this post/page.', 'phosphor'), 'widget'=> 'image_picker', 'items' => phosphor_get_layouts() ) ) ); } } ?>