Browse Source

Modified comments to say template_preprocess_Hook()

pull/672/head
Neil Mader 9 years ago
parent
commit
5d049b61e3
  1. 6
      theme/theme.inc

6
theme/theme.inc

@ -6,7 +6,7 @@
*/ */
/** /**
* Implements template_preprocess_hook(). * Implements template_preprocess_Hook().
*/ */
function template_preprocess_islandora_default_edit(array &$variables) { function template_preprocess_islandora_default_edit(array &$variables) {
global $base_url; global $base_url;
@ -116,7 +116,7 @@ function template_preprocess_islandora_default_edit(array &$variables) {
} }
/** /**
* Implements template_preprocess_theme(). * Implements template_preprocess_Hook().
*/ */
function template_preprocess_islandora_default(&$variables) { function template_preprocess_islandora_default(&$variables) {
drupal_add_js('misc/form.js'); drupal_add_js('misc/form.js');
@ -170,7 +170,7 @@ function template_preprocess_islandora_default(&$variables) {
} }
/** /**
* Implements template_preprocess_theme(). * Implements template_preprocess_Hook().
*/ */
function template_preprocess_islandora_object_print(array &$variables) { function template_preprocess_islandora_object_print(array &$variables) {
// Apply the print CSS in non print context. // Apply the print CSS in non print context.

Loading…
Cancel
Save