добавим картинок…
This commit is contained in:
@@ -345,7 +345,7 @@ $online = db::c()->query('SELECT 1 FROM `online` WHERE `real_time` >= ?i', (time
|
||||
$todayMonth = date('n');
|
||||
if ($todayMonth >= 3 && $todayMonth <= 5) return 'spring_';
|
||||
elseif ($todayMonth >= 6 && $todayMonth <= 8) return 'summer_';
|
||||
elseif ($todayMonth >= 9 && $todayMonth <= 11) return 'fall_';
|
||||
elseif ($todayMonth >= 9 && $todayMonth <= 11) return 'autumn_';
|
||||
else return 'winter_';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user