* @copyright 2013, Cyberdesign Craft * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html */ add_action( 'wp_head', 'cyber_dc_boot_styles' ); /** * Add a style block to the theme for the current link color. * * This function is attached to the 'wp_head' action hook. * * @since 1.0 */ function cyber_dc_boot_styles() { $cyber_dc_boot_theme_options = cyber_dc_boot_theme_options(); ?>