From: vincent@cubedesigners.com Date: Thu, 30 Jul 2015 14:16:55 +0000 (+0000) Subject: Mini header implementation X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1305d1f8249283dbc68cffd75028486bcbb92c54;p=cubedesigners-v7.git Mini header implementation --- diff --git a/framework/application/views/scripts/common/header.phtml b/framework/application/views/scripts/common/header.phtml index 5f1deec..24223b3 100644 --- a/framework/application/views/scripts/common/header.phtml +++ b/framework/application/views/scripts/common/header.phtml @@ -1,5 +1,7 @@ headLink()->appendStylesheet('/less/header.less'); +$this->headScript() +->addScriptAndStyle('header') +->addGSAP(); $homepage = $this->navigation()->getContainer()->findOneById($this->localeDefault() . '/1'); $home = '/'; @@ -7,11 +9,16 @@ if (!is_null($homepage)) { $home = $homepage->getHref(); } ?> +