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 --- .../mansimran/student_clubs/student_clubs.module | 35 ++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100755 modules/mansimran/student_clubs/student_clubs.module (limited to 'modules/mansimran/student_clubs/student_clubs.module') diff --git a/modules/mansimran/student_clubs/student_clubs.module b/modules/mansimran/student_clubs/student_clubs.module new file mode 100755 index 0000000..54b221f --- /dev/null +++ b/modules/mansimran/student_clubs/student_clubs.module @@ -0,0 +1,35 @@ +' . t('About') . ''; + $output .= '
' . t('My Awesome Module') . '
'; + return $output; + + default: + } +} + +/** + * Implements hook_theme(). + */ +function student_clubs_theme() { + return [ + 'student_clubs' => [ + 'render element' => 'children', + ], + ]; +} -- cgit