diff --git a/app/views/layouts/default.phtml b/app/views/layouts/default.phtml index 9214e7a15b..ad74e8b216 100644 --- a/app/views/layouts/default.phtml +++ b/app/views/layouts/default.phtml @@ -11,6 +11,7 @@ $litespeed = $this->getParam('litespeed', true); $analytics = $this->getParam('analytics', 'UA-26264668-9'); $env = $this->getParam('env', ''); $canonical = $this->getParam('canonical', ''); +$buster = 18; // For DEV env if(!empty($platforms)) { $platforms = array_map(function($platform) { @@ -37,8 +38,8 @@ if(!empty($platforms)) {