Update file compte.php

This commit is contained in:
Jan BELLON 2024-03-08 22:09:40 +00:00
parent 3e2a5551dc
commit 59140f139f

View File

@ -45,7 +45,6 @@ if(isset($_POST['delete_account'])) {
.body { .body {
<?=$theme_light?> <?=$theme_light?>
} }
}
<?php <?php
for ($i = 0; $i < count($themes_light); $i++) { for ($i = 0; $i < count($themes_light); $i++) {
echo "#palette" . $i . " { "; echo "#palette" . $i . " { ";
@ -53,6 +52,7 @@ if(isset($_POST['delete_account'])) {
echo " } "; echo " } ";
} }
?> ?>
}
</style> </style>
<link rel="icon" href="src/img/favicon.ico"> <link rel="icon" href="src/img/favicon.ico">
<title><?=$title?></title> <title><?=$title?></title>