Browse Source

Change the heading level for the moderation page

Visman 4 năm trước cách đây
mục cha
commit
a4c14a273b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Models/Pages/Moderate.php

+ 1 - 0
app/Models/Pages/Moderate.php

@@ -49,6 +49,7 @@ class Moderate extends Page
         $this->nameTpl   = 'moderate';
         $this->onlinePos = 'moderate';
         $this->robots    = 'noindex, nofollow';
+        $this->hhsLevel  = 'secure';
 
         $container->Lang->load('validator');
         $container->Lang->load('misc');