diff --git a/htdocs/core/tpl/login.tpl.php b/htdocs/core/tpl/login.tpl.php index 2d0b9ad57c1..5adb1bfbe05 100644 --- a/htdocs/core/tpl/login.tpl.php +++ b/htdocs/core/tpl/login.tpl.php @@ -164,21 +164,6 @@ if ($disablenofollow) echo ''; $option) - { - if ($format == 'table') { - echo ''; - echo $option; - } - } - } else { - echo ''; - echo $morelogincontent; - } -} - if ($captcha) { // Add a variable param to force not using cache (jmobile) $php_self = preg_replace('/[&\?]time=(\d+)/', '', $php_self); // Remove param time @@ -200,7 +185,25 @@ if ($captcha) { - + $option) + { + if ($format == 'table') { + echo ''; + echo $option; + } + } + } else { + echo ''; + echo $morelogincontent; + } +} + +?> diff --git a/htdocs/core/tpl/passwordforgotten.tpl.php b/htdocs/core/tpl/passwordforgotten.tpl.php index f11e01c7d13..f64658448ae 100644 --- a/htdocs/core/tpl/passwordforgotten.tpl.php +++ b/htdocs/core/tpl/passwordforgotten.tpl.php @@ -113,23 +113,7 @@ if ($disablenofollow) echo ''; $option) - { - if ($format == 'table') { - echo ''; - echo $option; - } - } - } else { - echo ''; - echo $morelogincontent; - } -} -?> - - - + $option) + { + if ($format == 'table') { + echo ''; + echo $option; + } + } + } else { + echo ''; + echo $morelogincontent; + } +} +?>