From 21310dbb35ccfa0bb5b605dfb202250f1c30622b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Fri, 4 Oct 2019 10:41:25 -0400 Subject: [PATCH] Document theme preprocess --- web/themes/custom/geofresco/geofresco.theme | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/themes/custom/geofresco/geofresco.theme b/web/themes/custom/geofresco/geofresco.theme index ee2fe5d..0c87f48 100644 --- a/web/themes/custom/geofresco/geofresco.theme +++ b/web/themes/custom/geofresco/geofresco.theme @@ -3,6 +3,12 @@ /** * Preprocess functions for GEO site. */ + +/** + * Implements hook_preprocess_page_title(); + * + * @param $variables + */ function geofresco_preprocess_page_title(&$variables) { // WE SHALL BE SHAMELESS. if (!isset($variables['title']) || !is_array($variables['title'])) {