summaryrefslogtreecommitdiff
path: root/public/app
diff options
context:
space:
mode:
Diffstat (limited to 'public/app')
-rw-r--r--public/app/views/components/theme.php5
1 files changed, 2 insertions, 3 deletions
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 ] ]);
?>
<!-- theme overides -->