diff --git a/Plugin.php b/Plugin.php index d6f70a4..fec0fac 100644 --- a/Plugin.php +++ b/Plugin.php @@ -55,7 +55,7 @@ public function initialize() // Views - Template Hook // - Override name should start lowercase e.g. pluginNameExampleCamelCase $this->template->hook->attach('template:config:application', 'applicationBranding:config/branding-settings'); - $this->template->hook->attach('template:layout:bottom', 'applicationBranding:config/layout_hook'); + $this->template->hook->attach('template:layout:head', 'applicationBranding:config/layout_head_hook'); // Views - Add Menu Item - Template Hook // - Override name should start lowercase e.g. pluginNameExampleCamelCase diff --git a/Template/layout_hook.php b/Template/layout_head_hook.php similarity index 100% rename from Template/layout_hook.php rename to Template/layout_head_hook.php