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

' . t('Yaffs Dashboard helps to manage the Yaffs site') . '

'; return $output; default: } } /** * Implements hook_theme().b */ function yaffs_dashboard_theme() { return [ 'yaffs_dash' => [ 'template' => 'yaffs_dashboard', 'render element' => 'children', ], ]; }