$today) { return ''; } if (file_exists($comic_path . "/" . $newdate . $image_suffix)) { return $newdate; } } } function previous_strip ($date) { global $comic_path; global $first_strip; global $image_suffix; global $update_interval; $epoch = mktime(0, 0, 0, substr($date, 5, 2), substr($date, 8, 2), substr($date, 0, 4)); while ($epoch = $epoch - $update_interval) { $newdate = date("Y-m-d", $epoch); if ($newdate < $first_strip) { return ''; } if (file_exists($comic_path . "/" . $newdate . $image_suffix)) { return $newdate; } } } $previous = previous_strip($todays_strip); $next = next_strip($todays_strip); // ----------------------------------------------------------------------------- // Now your HTML code begins. Be careful of the PHP scripts scattered within :) // ----------------------------------------------------------------------------- ?> Marbles the comic

Previous // and put regular HTML, including images, there instead. ?> First
Last Next // and put regular HTML, including images, there instead. ?>


 


All stuff (c) Marc de Wolf and Govert van der Heijden

Send photographs of your skinny-dipping sister to overlords@marblescomic.com

Member of Transplant Comics