From 5cbd3062577ef89c32ea5284cfb06a10fb44072e Mon Sep 17 00:00:00 2001 From: Daniel Wehner Date: Sat, 20 Mar 2010 13:04:22 +0100 Subject: [PATCH] add preprocess --- drupal.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/drupal.xml b/drupal.xml index 3936be9..71b51a4 100644 --- a/drupal.xml +++ b/drupal.xml @@ -147,4 +147,18 @@ function ${modulename}_form_alter(&$form, &$form_state) { } + + + hook_preprocess + + + /** + * Implements hook_preprocess_${hook}(). + * + * ${description} + */ +function ${module}_preprocess_${hook}(&$vars) { + ${cursor} +} + -- 2.11.4.GIT