diff --git a/delta.module b/delta.module index 13bb990c402e41fc1232a92361bde3761cd4b861..f6a0aed049a68d0013f0001f99082127e3bef77e 100644 --- a/delta.module +++ b/delta.module @@ -1,2 +1,33 @@ NULL, + 'type' => NULL, + 'enabled' => NULL, + 'wrapper' => NULL, + 'zone_type' => NULL, + 'container_width' => NULL, + 'regions' => NULL + ); + $template_path = drupal_get_path('module', 'delta') .'/theme'; + $preprocess_functions = array('template_preprocess', 'template_preprocess_zone'); + $process_functions = array('template_preprocess', 'template_preprocess_zone'); + $hooks['zone'] = array( + 'variables' => $variables, + 'pattern' => 'zone__' + ); + return $hooks; +} \ No newline at end of file diff --git a/theme/zone.tpl.php b/theme/zone.tpl.php new file mode 100644 index 0000000000000000000000000000000000000000..47ee900ec3cca16008b9723418865aa370b7bfcb --- /dev/null +++ b/theme/zone.tpl.php @@ -0,0 +1,34 @@ + + + +
+
> + +
+
+ \ No newline at end of file