From 5ad748dba9caea8a3e9059f84bdd495ef258a664 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Wed, 14 Jun 2023 14:34:40 +0300 Subject: enable theme hotfix --- public/app/views/components/theme.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'public/app/views/components/theme.php') diff --git a/public/app/views/components/theme.php b/public/app/views/components/theme.php index 1723a99..e3f6cfa 100644 --- a/public/app/views/components/theme.php +++ b/public/app/views/components/theme.php @@ -231,9 +231,8 @@ if ($mo == 12) { $mo = 0; } if ($mo == 6 && $day == 1) { $day == 2; } $imageID = intdiv( ( ( $mo*31 + $day) % $themesLen*4 ), 4 ); -// define('THEME', $theme_def[ $themes[ $season ][ $imageID ] ]); -// testing: -define('THEME', $theme_def[ $themes[ 'spring' ][ 1 ] ]); +define('THEME', $theme_def[ $themes[ $season ][ $imageID ] ]); +// testing: define('THEME', $theme_def[ $themes[ 'spring' ][ 1 ] ]); ?> -- cgit v1.2.3