diff options
| author | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-14 14:34:40 +0300 |
|---|---|---|
| committer | George Halkiadakis <gchalkiadakis@sklavenitis.co.gr> | 2023-06-14 14:34:40 +0300 |
| commit | 5ad748dba9caea8a3e9059f84bdd495ef258a664 (patch) | |
| tree | 1441f6725af44d6dca14ef02f6119682161b11b6 | |
| parent | 1278f25cb5ccbe343b4c09232ed187b6e90876e6 (diff) | |
| download | gyraf1gov-5ad748dba9caea8a3e9059f84bdd495ef258a664.tar.gz gyraf1gov-5ad748dba9caea8a3e9059f84bdd495ef258a664.tar.bz2 gyraf1gov-5ad748dba9caea8a3e9059f84bdd495ef258a664.zip | |
enable theme hotfix
| -rw-r--r-- | public/app/views/components/theme.php | 5 |
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 --> |
