image update

This commit is contained in:
Devdatt Bhatt 2026-05-21 14:19:11 +00:00
parent f3f0b3d1f4
commit 29fcf7332b
1 changed files with 6 additions and 7 deletions

View File

@ -129,8 +129,8 @@ include 'header.php';
}
</script>
<form method="POST">
<div class="containerindex">
<form method="POST" enctype="multipart/form-data">
<input type="hidden" name="remove_files[app_ad]" id="remove_app_ad" value="">
<input type="hidden" name="remove_files[app_logo]" id="remove_app_logo" value="">
@ -175,11 +175,10 @@ include 'header.php';
</div>
</div>
</div>
<div style="text-align:center; width:100%; margin: 40px 0;">
<button type="submit" name="submit" style="background:#c00;color:#fff;padding:115px 80px;border:none;font-weight:bold;border-radius:6px;cursor:pointer;font-size:18px; transition: 0.3s;">Update Images</button>
<div style="text-align:center; width:100%; margin-top:12px;">
<button type="submit" name="display" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Update Images</button>
</div>
</div>
</form>
</div>
<?php include 'footer.php'; ?>