From 53db8d4e564f94bbe4d1b6ca5c6ff52a8352e08b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de>
Date: Thu, 16 Jul 2015 17:51:47 +0200
Subject: [PATCH] * adjusted header.phtml to use imageLink() for
 adlr_link_logo.png

---
 themes/adlr_link/templates/header.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/adlr_link/templates/header.phtml b/themes/adlr_link/templates/header.phtml
index 312193b9bb3..65c606c529a 100644
--- a/themes/adlr_link/templates/header.phtml
+++ b/themes/adlr_link/templates/header.phtml
@@ -3,7 +3,7 @@
     <nav class="top-bar" role="navigation" data-topbar data-options="sticky_on:all">
         <ul class="title-area">
             <li class="name">
-            <h1><a role="logo" class="navbar-brand" href="<?=$this->url('home')?>"><span class="hide-for-medium-up">adlr.link - Literatur für Kommunikations- und Medienwissenschaftler</span><img src="<?=$this->url('home')?>themes/adlr_link/images/adlr_link_logo.png" class="hide-for-small" alt="Logo adlr.link" title="adlr.link - Literatur für Kommunikations- und Medienwissenschaftler"></a></h1>
+            <h1><a role="logo" class="navbar-brand" href="<?=$this->url('home')?>"><span class="hide-for-medium-up">adlr.link - Literatur für Kommunikations- und Medienwissenschaftler</span><img src="<?=$this->imageLink('adlr_link_logo.png')?>" class="hide-for-small" alt="Logo adlr.link" title="adlr.link - Literatur für Kommunikations- und Medienwissenschaftler"></a></h1>
             </li>
             <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
             <li class="toggle-topbar menu-icon"><a href="#"><span>Toggle Menu</span></a></li>
-- 
GitLab