$reqSelect], 'logoReqSelect.php');} $resConn=$idPdo->query($reqSelect); if ($resConn) { $tabResult = $resConn->fetch(PDO::FETCH_ASSOC); $theImage=$tabResult['imgPt' .$_SESSION['lgCouranteCode']]; $thePopup=$tabResult['title' .$_SESSION['lgCouranteCode']]; $theAlt=$tabResult['alt' .$_SESSION['lgCouranteCode']]; if (isset($debug[2]) && $debug[2] == '1') { $debugMsg .= monDebug(2,['theImage' => $theImage, 'thePopup' => $thePopup, 'theAlt' => $theAlt], '');} $_SESSION['Sitelogo']= $theImage; } else { $admMsg .= "Nous sommes désolés, les données ne peuvent pas être affichées. "; $admMsgClass='ko'; } ?>