diff --git a/bl-plugins/welcome/plugin.php b/bl-plugins/welcome/plugin.php index d91a5f11..2ba5a76b 100644 --- a/bl-plugins/welcome/plugin.php +++ b/bl-plugins/welcome/plugin.php @@ -20,11 +20,11 @@ class pluginWelcome extends Plugin { $labelGoodEvening = $L->g('good-evening'); $labelGoodNight = $L->g('good-night'); -return << -

Welcome

- + echo '
'; + echo '

' . $L->g('Welcome') . '

'; + echo '
'; +return << $(document).ready(function() { $("#hello-message").fadeOut(1000, function() { @@ -45,4 +45,4 @@ $(document).ready(function() { EOF; } -} \ No newline at end of file +}