Document theme preprocess
This commit is contained in:
parent
042c8870d1
commit
21310dbb35
1 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,12 @@
|
||||||
/**
|
/**
|
||||||
* Preprocess functions for GEO site.
|
* Preprocess functions for GEO site.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Implements hook_preprocess_page_title();
|
||||||
|
*
|
||||||
|
* @param $variables
|
||||||
|
*/
|
||||||
function geofresco_preprocess_page_title(&$variables) {
|
function geofresco_preprocess_page_title(&$variables) {
|
||||||
// WE SHALL BE SHAMELESS.
|
// WE SHALL BE SHAMELESS.
|
||||||
if (!isset($variables['title']) || !is_array($variables['title'])) {
|
if (!isset($variables['title']) || !is_array($variables['title'])) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue