diff --git a/doofinder.php b/doofinder.php index d247bc4..a03c52f 100644 --- a/doofinder.php +++ b/doofinder.php @@ -872,6 +872,8 @@ public function displayScriptLiveLayer() ); } + $this->context->smarty->assign('static_token', Tools::getToken(false)); + return $this->display(__FILE__, 'views/templates/front/scriptV9.tpl'); }