mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-21 17:26:18 +00:00
Added upload filter
This commit is contained in:
parent
71a15efcc0
commit
3026bb4556
2 changed files with 38 additions and 33 deletions
|
@ -1,3 +1,11 @@
|
|||
<?php
|
||||
if (is_dir("assets/icons/")) {
|
||||
$dir = "assets/icons/";
|
||||
} else {
|
||||
$dir = "../assets/icons/";
|
||||
}
|
||||
?>
|
||||
|
||||
<footer class="footer-root flex-left around">
|
||||
<div class="footer-child center flex-down">
|
||||
<h3>Contact me</h3>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue