mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-05-23 20:04:55 +00:00
Preparing to add AJAX
This commit is contained in:
parent
4c064eeaed
commit
a52f2c3da7
13 changed files with 77 additions and 55 deletions
|
@ -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."'>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue