From a8d701becb7f93ec19d43f922ace02232b244a98 Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sun, 6 Aug 2017 22:19:21 +0200 Subject: [PATCH] Lingoberry head html --- bl-themes/lingonberry/php/head.php | 41 ++++++++++-------------------- 1 file changed, 14 insertions(+), 27 deletions(-) diff --git a/bl-themes/lingonberry/php/head.php b/bl-themes/lingonberry/php/head.php index de9de03f..85cacc99 100644 --- a/bl-themes/lingonberry/php/head.php +++ b/bl-themes/lingonberry/php/head.php @@ -1,34 +1,21 @@ - - - -<?php echo $Site->title() ?> - tags()); - Theme::description($Page->description()); - } - -?> + echo ''; - - - - - - - - \ No newline at end of file + // Load plugins with the hook siteHead + Theme::plugins('siteHead'); +?> \ No newline at end of file