From 2b69571cbf97d3b62dff1fa3849f714272e5f893 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Fri, 15 Jun 2018 22:55:00 +0200 Subject: [PATCH] Frio: add addon_hooks to head.tpl --- view/theme/frio/templates/head.tpl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/view/theme/frio/templates/head.tpl b/view/theme/frio/templates/head.tpl index 31b7175bae..f4bcabdae8 100644 --- a/view/theme/frio/templates/head.tpl +++ b/view/theme/frio/templates/head.tpl @@ -68,6 +68,12 @@ + +{{if is_array($addon_hooks)}} +{{foreach $addon_hooks as $addon_hook}} + +{{/foreach}} +{{/if}}