diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php
index d63da5ea882621631e13195b37c621c10ce7c05c..b39273d12e34b72f361175087073dc63f57ce809 100644
--- a/htdocs/admin/index.php
+++ b/htdocs/admin/index.php
@@ -81,19 +81,12 @@ print $langs->trans("SetupDescription5")."<br>";
 //print '<hr style="color: #DDDDDD;">';
 print "<br>";
 
-/*
-print '<table width="100%">';
-print '<tr '.$bc[false].'><td '.$bc[false].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription3")."</td></tr>";
-print '<tr '.$bc[true].'><td '.$bc[true].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription4")."</td></tr>";
-print '<tr '.$bc[false].'><td '.$bc[false].'>'.img_picto('','puce').' '.$langs->trans("SetupDescription5")."</td></tr>";
-print '</table>';
-*/
-
-//print '<br>';
-//print info_admin($langs->trans("OnceSetupFinishedCreateUsers")).'<br>';
+// Show logo
+print '<center><div class="logo_setup"></div></center>';
 
 
-$db->close();
 
 llxFooter();
+
+$db->close();
 ?>
diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php
index 398f5f3c180f166ff762a1b0f83fdf26e3780141..9bdecf5b37197da99e1e15452f0d467124ae50c6 100644
--- a/htdocs/theme/eldy/style.css.php
+++ b/htdocs/theme/eldy/style.css.php
@@ -487,6 +487,7 @@ a.tmenusel:link, a.tmenusel:visited, a.tmenusel:hover, a.tmenusel:active {
 	color: #<?php echo $colortexttopmenu; ?>;
 }
 
+
 ul.tmenu {	/* t r b l */
     padding: 0px 0px 0px 0px;
     margin: 0px 0px 0px 0px;
@@ -1843,6 +1844,11 @@ border: 0px;
 /* opacity:.55; */
 }
 
+.logo_setup
+{
+	content:url(<?php echo dol_buildpath($path.'/theme/eldy/img/logo_setup.svg',1) ?>);
+}
+
 div.titre {
 	font-family: <?php print $fontlist ?>;
 	font-weight: bold;