diff --git a/themes/fid_adlr/templates/layout/layout.phtml b/themes/fid_adlr/templates/layout/layout.phtml
index 046f4aa4bc7cebd2abb31945effd71d4e4a58d0d..b19bedeb4a7c8455c5856f3e1b6c9d3ce4f5c4c8 100644
--- a/themes/fid_adlr/templates/layout/layout.phtml
+++ b/themes/fid_adlr/templates/layout/layout.phtml
@@ -90,7 +90,7 @@
     // Deal with cart stuff:
     $cart = $this->cart();
     if ($cart->isActive()) {
-      $this->headScript()->appendFile("vendor/js.cookies.js");
+      $this->headScript()->appendFile("vendor/js.cookie.js");
       $this->headScript()->appendFile("cart.js");
       $domain = $cart->getCookieDomain();
       if (!empty($domain)) {