소스 검색

Hiding TermsAndCondition header -refs BT#11196

Nicolas Ducoulombier 8 년 전
부모
커밋
edc77473c0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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'];