Preparing to add AJAX

This commit is contained in:
Michał Gdula 2022-08-02 14:13:35 +01:00
parent 4c064eeaed
commit a52f2c3da7
13 changed files with 77 additions and 55 deletions

View file

@ -16,7 +16,10 @@
<meta property="og:description" content="Only Legs, a gallery made and hosted by Fluffy">
</head>
<body>
<?php include("ui/header.php"); ?>
<?php
include "ui/required.php";
include("ui/header.php");
?>
<div class="alert-banner">
<?php
@ -255,7 +258,7 @@
}
?>
<div class="image-container">
<div class="image-container space-bottom-large">
<?php
// Displaying image
echo "<img class='image' id='".$image['id']."' src='".$image_path."' alt='".$image_alt."'>";