Browse Source

Changed hook_preprocess() to template_preprocess_HOOK()

pull/672/head
Neil Mader 9 years ago
parent
commit
2002c51939
  1. 4
      theme/theme.inc

4
theme/theme.inc

@ -660,9 +660,9 @@ function template_preprocess_islandora_dublin_core_description(array &$variables
} }
/** /**
* Implements hook_preprocess(). * Implements template_preprocess_HOOK().
*/ */
function islandora_preprocess_islandora_object_overview(array &$variables) { function template_preprocess_islandora_object_overview(array &$variables) {
$object = $variables['islandora_object']; $object = $variables['islandora_object'];
$cmodels = $object->models; $cmodels = $object->models;
$links = array(); $links = array();

Loading…
Cancel
Save