From 4e585c030ed6b5ea73b77a696a78f8855d9a26d8 Mon Sep 17 00:00:00 2001 From: Mansimran7 Date: Tue, 2 Jul 2019 12:16:59 +0530 Subject: pushing all custom modules --- .../administrative_offices.module | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 modules/mansimran/administrative_offices/administrative_offices.module (limited to 'modules/mansimran/administrative_offices/administrative_offices.module') diff --git a/modules/mansimran/administrative_offices/administrative_offices.module b/modules/mansimran/administrative_offices/administrative_offices.module new file mode 100644 index 0000000..125d9da --- /dev/null +++ b/modules/mansimran/administrative_offices/administrative_offices.module @@ -0,0 +1,35 @@ +' . t('About') . ''; + $output .= '
' . t('Administrative offices content type') . '
'; + return $output; + + default: + } +} + +/** + * Implements hook_theme(). + */ +function administrative_offices_theme() { + return [ + 'administrative_offices' => [ + 'render element' => 'children', + ], + ]; +} -- cgit