From 81e04ceaea38741c8f613551db3b79554cebcd99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Lahmann?= <lahmann@ub.uni-leipzig.de>
Date: Wed, 8 Jul 2015 13:39:53 +0200
Subject: [PATCH] * adapted header to latest foundation5 header.phtml

---
 themes/adlr_link/templates/header.phtml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/themes/adlr_link/templates/header.phtml b/themes/adlr_link/templates/header.phtml
index dfc18f75dbd..312193b9bb3 100644
--- a/themes/adlr_link/templates/header.phtml
+++ b/themes/adlr_link/templates/header.phtml
@@ -59,7 +59,7 @@
 
                     <? if (isset($this->layout()->themeOptions) && count($this->layout()->themeOptions) > 1): ?>
                         <li class="has-dropdown">
-                            <form method="post" name="themeForm" action="" id="themeForm">
+                            <form method="post" name="themeForm" id="themeForm">
                                 <input type="hidden" name="ui"/>
                             </form>
                             <a href="#"><?=$this->transEsc("Theme")?></a>
@@ -73,7 +73,7 @@
 
                     <? if (isset($this->layout()->allLangs) && count($this->layout()->allLangs) > 1): ?>
                         <li class="has-dropdown">
-                            <form method="post" name="langForm" action="" id="langForm">
+                            <form method="post" name="langForm" id="langForm">
                                 <input type="hidden" name="mylang"/>
                             </form>
                             <a href="#"  aria-controls="langmenu" aria-expanded="false"><?=$this->transEsc("Language")?></a>
-- 
GitLab