mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-04 01:13:13 +00:00
Optimising CSS/sAss
This commit is contained in:
parent
e19bab45cd
commit
1be364c4ef
10 changed files with 117 additions and 527 deletions
|
@ -18,7 +18,7 @@
|
|||
<body>
|
||||
<?php require_once __DIR__."/assets/ui/nav.php"; ?>
|
||||
|
||||
<div class="group-root">
|
||||
<div class="defaultDecoration defaultSpacing defaultFonts">
|
||||
<?php
|
||||
if (!isset($_GET['id']) || empty($_GET['id'])) {
|
||||
header("Location: index.php");
|
||||
|
@ -123,7 +123,7 @@
|
|||
?>
|
||||
</div>
|
||||
|
||||
<div class="gallery-root">
|
||||
<div class="gallery-root defaultDecoration">
|
||||
<?php
|
||||
if (isset($_GET['mode']) && $_GET['mode'] == "edit") {
|
||||
$image_request = mysqli_query($conn, "SELECT * FROM images ORDER BY id DESC");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue