Bläddra i källkod

Change the heading level for the moderation page

Visman 4 år sedan
förälder
incheckning
a4c14a273b
1 ändrade filer med 1 tillägg och 0 borttagningar
  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');