diff --git a/city.php b/city.php index 6c24f25..e6ae444 100644 --- a/city.php +++ b/city.php @@ -368,6 +368,7 @@ $online = db::c()->query('SELECT 1 FROM `online` WHERE `real_time` >= ?i', (time if ($daytime >= 6 && $daytime <= 21) $background = getSeason() . $img . '_day'; else $background = getSeason() . $img . '_night'; echo sprintf('
";
|