浏览代码

modif css

armansansd 2 年之前
父节点
当前提交
b68cea6138
共有 1 个文件被更改,包括 4 次插入0 次删除
  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'];