From b68cea6138cb8310d19b4f93322bd1cbf7d9c28e Mon Sep 17 00:00:00 2001 From: armansansd Date: Fri, 9 Dec 2022 11:12:23 +0000 Subject: [PATCH] modif css --- web/themes/custom/popsu/popsu.theme | 4 ++++ 1 file changed, 4 insertions(+) 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'];