' . t('About') . ''; $output .= '

' . t('This module is use for stylish photo gallery') . '

'; return $output; default: } } /** * Implements hook_theme(). */ function photo_gallery_theme() { return [ 'photo_gallery' => [ 'render element' => 'children', ], ]; }