make(\Leantime\Core\Language::class);
if (Frontcontroller::getCurrentRoute() == 'install') {
$welcomeText = '
'.$language->__('headlines.welcome').'
';
$subText = '';
$welcomeText = $welcomeText.$subText;
}
if (Frontcontroller::getCurrentRoute() == 'install.update') {
$welcomeText = ''.$language->__('headlines.welcome').'
';
$subText = '';
$welcomeText = $welcomeText.$subText;
}
return $welcomeText;
});