Update file compte.php

This commit is contained in:
Jan BELLON 2024-03-08 21:35:04 +00:00
parent f9a8e2055f
commit e4ee00f822

View File

@ -69,8 +69,8 @@ if(isset($_POST['delete_account'])) {
<div> <div>
<?php <?php
$height = 2; $height = 4;
$width = 2; $width = 6;
foreach ($themes as $thid => $th) { foreach ($themes as $thid => $th) {
echo "<a href='?theme=" . $thid . "'><div style='" . $th . "; display: flex'>"; echo "<a href='?theme=" . $thid . "'><div style='" . $th . "; display: flex'>";