<li><a href="#social_profiles"><span><?php _e('Social', 'cosmotheme'); ?> </span></a></li> <li><a href="#advertising"><span><?php _e('Advertisement', 'cosmotheme'); ?> </span></a></li> <li class="current"></li> </ul> <div id="scroller-window"> <div id="scroller-vertical" style="background:#fff; opacity:0; min-height:500px; filter:Alpha(opacity='100'); "> <form method="post" action="options.php" class="settings" width="100%" id="settings_form"> <?php settings_fields('settings'); ?> <?php admin_options::get_box(__('General Settings', 'cosmotheme'), array('logo', 'blog_settings'), 'general_settings'); admin_options::get_box(__('Front Page Settings', 'cosmotheme'), array('breaking_news', 'featured_news', 'front_page'), 'front_page_settings'); admin_options::get_box(__('Sidebar Tabber', 'cosmotheme'), 'tabber', 'tabber'); admin_options::get_box(__('Menu', 'cosmotheme'), 'menu', 'menu'); admin_options::get_box(__('Post Settings', 'cosmotheme'), 'post_settings', 'post_settings'); admin_options::get_box(__('Social Profiles', 'cosmotheme'), 'social_profiles', 'social_profiles'); admin_options::get_box(__('Advertising Settings', 'cosmotheme'), 'advertising', 'advertising'); ?> </form> </div> </div> <br /> </div> </div>