Update file compte.php

This commit is contained in:
Jan BELLON 2024-03-08 21:15:25 +00:00
parent 686d481963
commit 59d914c93b

View File

@ -69,7 +69,7 @@ if(isset($_POST['delete_account'])) {
<div>
<?php
foreach ($themes as $thid => $th) {
echo "<a href='?theme=" . $thid . "'><div style='" $th "'>";
echo "<a href='?theme=" . $thid . "'><div style='" . $th . "'>";
echo "<span style='height: 80px; width: 20px; background-color: var(--text)'></span>";
echo "<span style='height: 80px; width: 20px; background-color: var(--background)'></span>";
echo "<span style='height: 80px; width: 20px; background-color: var(--banner-background)'></span>";