Ajout logo assureur dans page accueil
This commit is contained in:
parent
a374b56afe
commit
9020005568
|
|
@ -218,7 +218,7 @@
|
|||
|
||||
// --- Logo ---
|
||||
const logo = new Image();
|
||||
logo.src = '/images/logo.png'; // chemin vers ton logo
|
||||
logo.src = <?= $_SESSION['lienLogo'] ?>; // chemin vers ton logo
|
||||
logo.onload = function() {
|
||||
pdf.addImage(logo, 'PNG', 150, 5, 40, 20);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user