Skip to content
Snippets Groups Projects
Commit 81e04cea authored by André Lahmann's avatar André Lahmann
Browse files

* adapted header to latest foundation5 header.phtml

parent d01db8d9
No related merge requests found
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment