diff --git a/lib/layout.php b/lib/layout.php index ba5956d..d16285f 100644 --- a/lib/layout.php +++ b/lib/layout.php @@ -74,8 +74,11 @@ $css = ""; } elseif (isset($schemetype) && $schemetype == 1) { $css = ""; - $dateformat = "m/d/y h:i"; - $dateshort = "m/d/y"; + // possibly causes issue #19 - not sure why this was here + // likely irrelevant after addition of custom date formats + // (remove this later) + //$dateformat = "m/d/y h:i"; + //$dateshort = "m/d/y"; // backwards compat global $bgcolor, $linkcolor;