diff --git a/web/themes/custom/popsu/popsu.theme b/web/themes/custom/popsu/popsu.theme index f9910989..210e1ada 100644 --- a/web/themes/custom/popsu/popsu.theme +++ b/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'];