add module custom footer
[ryf-theme.git] / modules / footer / footer.module
diff --git a/modules/footer/footer.module b/modules/footer/footer.module
new file mode 100644 (file)
index 0000000..7ad9ddb
--- /dev/null
@@ -0,0 +1,18 @@
+<?php
+/**
+ * @file
+ * Code for the footer module.
+ */
+
+/**
+ * Implements hook_theme()
+ */
+
+function footer_theme($existing, $type, $theme, $path) {
+  return [
+    'footer' => [
+      'variables' => ['menu_array' => NULL ]
+    ],
+
+  ];
+}