Skip to content

Commit

Permalink
Change hook to template:layout:head
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 16, 2023
1 parent b543fc6 commit 4eac41b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 4eac41b

Please sign in to comment.