Link blogname and blogdescription to the Options Framework

I presume your options are being saved in an array under a single key and not actually within the native options WP uses. You can add an action to update_option_{$option_name} to update the options famework entry when an option is updated outside your own options panel. You’ll have to figure out what key your own options are being saved under.