From 39726935ccf87d160236cca1d6b6ac6434c86fe8 Mon Sep 17 00:00:00 2001 From: "Alex (Xkeeper)" Date: Fri, 22 Apr 2016 12:24:27 -0700 Subject: [PATCH] Fix #19, hydra's theme no longer forces dateformat --- lib/layout.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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;