Index: splash.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/splash/splash.module,v retrieving revision 1.1 diff -u -r1.1 splash.module --- splash.module 16 Nov 2007 12:04:15 -0000 1.1 +++ splash.module 9 Feb 2008 16:20:29 -0000 @@ -32,6 +32,10 @@ // Front page is splash page?! } elseif ($_GET['q'] == drupal_get_normal_path($redirect)) { $splash = FALSE; + + // Someone knew this special way to get around the splash :) + } elseif (isset($_GET['nosplash'])) { + $splash = FALSE; // Don't show twice } else if ($_COOKIE[$cookie] && variable_get('splash_frequency', 'once') == 'once') {