During drush and cron drupal_is_front_page always returns TRUE
which kind of makes sense.
The biggest problem is that context and panels might interfere, because it will always use the config for the front page, luckily there’s an easy fix.
1 | /** |
During drush and cron drupal_is_front_page always returns TRUE
which kind of makes sense.
The biggest problem is that context and panels might interfere, because it will always use the config for the front page, luckily there’s an easy fix.
1 | /** |