Hide back button if not in search mode

This commit is contained in:
2020-06-17 08:45:18 +02:00
parent fb430dd8cc
commit a390660a19
2 changed files with 4 additions and 0 deletions

View File

@@ -62,8 +62,10 @@
</div>
</form>
</div>
<?php if (isset($_GET["search"])): ?>
<div style="text-align: right; margin-top: 20px;">
<a href="user.php" class="back_btn">Atrás</a>
</div>
<?php endif ?>
</body>
</html>