Hi, great plugin, best custom header solution out there. Still theres two things i miss and would love to see in a coming update.
1) A function that allows me to display the images alt-text. Could be called dh_get_image_alt(), right?
2) I'm using wordpress' define for customizing the name of the wp-content-folder, its defined by
define( 'WP_CONTENT_URL', 'http://my.url/name_of_content_folder');
and
define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/name_of_content_folder'' );
in wp-config.php. Most modern plugins follow these settings, for your plugin i had to create an own wp-content/header-images folder. Would you mind making it compatible? Maybe this helps: http://alexrabe.de/2008/08/06/the-hassle-with-wp_content_url-and-wp_plugin_dir/
Thanks for your great work anyway!
Moritz