armansansd 2 éve
szülő
commit
b68cea6138
1 módosított fájl, 4 hozzáadás és 0 törlés
  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'];