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