Эх сурвалжийг харах

Hiding TermsAndCondition header -refs BT#11196

Nicolas Ducoulombier 8 жил өмнө
parent
commit
edc77473c0

+ 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'];