--- splash.admin.inc	2011-04-15 16:49:17.000000000 -0700
+++ splash.admin.inc.new	2011-04-15 16:45:43.000000000 -0700
@@ -121,6 +121,10 @@ function splash_admin_how() {
   else {
     drupal_set_message(t('This module now uses the <a href="http://drupal.org/project/thickbox">Thickbox</a> contributed module rather than bundling it\'s own copy of Thickbox.  Please go to the <a href="http://drupal.org/project/thickbox">Thickbox project page</a> and download it if you wish to use Thickbox to display splash pages.'));
   }
+   if (module_exists('colorbox')) {
+    $options['colorbox'] = t('Open in ColorBox');
+  }
+
   if (module_exists('lightbox2')) {
     $options['lightbox2'] = t('Open in Lightbox2');
   }
@@ -153,4 +157,4 @@ function splash_admin_how_validate($form
 	} 
 }
 
-?>
\ No newline at end of file
+?>
