Merge pull request #22873 from civicrm/5.47
[civicrm-core.git] / CRM / Core / Page.php
index 81adf5441bf83fab13b4d3890ba785f5d57f1534..4194e9bda745fc8723da13dbe115797fd587c827 100644 (file)
@@ -126,6 +126,12 @@ class CRM_Core_Page {
     'breadcrumb',
     'pageTitle',
     'isDeleted',
+    // Required for footer.tpl,
+    // See ExampleHookTest:testPageOutput.
+    'footer_status_severity',
+    // in 'body.tpl
+    'suppressForm',
+    'beginHookFormElements',
   ];
 
   /**