Browse Source

Changed hook_preprocess_HOOK() to template_preprocess_HOOK()

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

4
theme/theme.inc

@ -6,9 +6,9 @@
*/ */
/** /**
* Implements hook_preprocess_theme(). * Implements template_preprocess_hook().
*/ */
function islandora_preprocess_islandora_default_edit(array &$variables) { function template_preprocess_islandora_default_edit(array &$variables) {
global $base_url; global $base_url;
$islandora_object = $variables['islandora_object']; $islandora_object = $variables['islandora_object'];
$datastreams = array(); $datastreams = array();

Loading…
Cancel
Save