From fe72a1c36e3932fba334d2f5022edcd5ec49abd5 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Thu, 1 Oct 2015 17:11:54 +0200 Subject: [PATCH] body.phtml: img urls are now allowed in icon() No no more need for ../ hacks :) --- application/layouts/scripts/body.phtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/application/layouts/scripts/body.phtml b/application/layouts/scripts/body.phtml index fe1f7bd28..a492f8676 100644 --- a/application/layouts/scripts/body.phtml +++ b/application/layouts/scripts/body.phtml @@ -25,14 +25,14 @@ if ($this->layout()->autorefreshInterval) { 'dashboard', null, array( - 'icon' => '../logo_icinga-inv.png', + 'icon' => 'img/logo_icinga-inv.png', 'data-base-target' => '_main', 'aria-hidden' => 'true', 'tabindex' => -1 ) ); ?> - icon('../logo_icinga-inv.png'); ?> + icon('img/logo_icinga-inv.png'); ?> @@ -60,4 +60,4 @@ if ($this->layout()->autorefreshInterval) { } } ?> - \ No newline at end of file +