options = get_option( 'addressbar_theme_color_settings' );
?>
',
isset( $this->options['addressbar_theme_color'] ) ? esc_attr( $this->options['addressbar_theme_color']) : ''
);
}
}
if( is_admin() )
$my_settings_page = new AddressbarThemeColorSettingsPage();