'general', 'section_title' => 'Adsense Revenue Share Settings', 'section_description' => 'Fill Publisher ID field and other required settings', 'section_order' => 1, 'fields' => array( array( 'id' => 'publisher_id', 'title' => 'Adsense Publisher ID', 'desc' => 'How to find out your Publisher ID - Read', 'type' => 'text', 'std' => '' ), array( 'id' => 'percent', 'title' => 'Author revenue share', 'desc' => 'Default percent', 'type' => 'select', 'std' => '50', 'choices' => array( '10' => '10%', '20' => '20%', '30' => '30%', '40' => '40%', '50' => '50%', '60' => '60%', '70' => '70%', '80' => '80%', '90' => '90%', ) ), array( 'id' => 'position', 'title' => 'Spot position', 'desc' => 'Adsense code can be placed above or below your post content', 'type' => 'select', 'std' => 'none', 'choices' => array( 'none' => 'Don\'t place', 'header' => 'Content header', 'footer' => 'Content footer', ) ), array( 'id' => 'size', 'title' => 'Banner size', 'desc' => 'Currently only horizontal banners are supported', 'type' => 'select', 'std' => '728x90', 'choices' => array( '728x90' => 'Leaderboard (728 x 90)', '468x60' => 'Banner (468 x 60)', '970x90' => 'Large leaderboard (970 x 90)', ) ), array( 'id' => 'styles', 'title' => 'Additional styles', 'desc' => 'Additional styles applied to AdSense block', 'type' => 'textarea', 'std' => 'text-align:center;' ), ) ) );