armansansd 2 år sedan
förälder
incheckning
b68cea6138
1 ändrade filer med 4 tillägg och 0 borttagningar
  1. 4 0
      web/themes/custom/popsu/popsu.theme

+ 4 - 0
web/themes/custom/popsu/popsu.theme

@@ -40,6 +40,10 @@ function popsu_preprocess_html(&$variables) {
   }
 }
 
+function popsu_preprocess_page(&$variables) {
+  dump($variables);
+}
+
 function popsu_preprocess_node(&$variables){
   
   $node = &$variables['node'];