Ver Fonte

Hiding TermsAndCondition header -refs BT#11196

Nicolas Ducoulombier há 8 anos atrás
pai
commit
edc77473c0
1 ficheiros alterados com 2 adições e 1 exclusões
  1. 2 1
      main/auth/inscription.php

+ 2 - 1
main/auth/inscription.php

@@ -479,7 +479,8 @@ if (!CustomPages::enabled()) {
                     $term_preview = LegalManager::get_last_condition($language);
                 }
                 $tool_name = get_lang('TermsAndConditions');
-                Display::display_header($tool_name);
+                //Not showing the header as wanted by ofaj in #11196
+                //Display::display_header($tool_name);
 
                 if (!empty($term_preview['content'])) {
                     echo $term_preview['content'];