diff --git a/themes/adlr_link/templates/header.phtml b/themes/adlr_link/templates/header.phtml index 312193b9bb326a0fcb91409ea065b8b77dc13927..65c606c529af31ad1fdeddb70b97a3186ec8c691 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>