diff options
author | polo <ordipolo@gmx.fr> | 2023-06-02 01:21:06 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2023-06-02 01:21:06 +0200 |
commit | ce10c0ff1dd0b47bd494ae88ab2eaf6ab354b2b3 (patch) | |
tree | 53fd317773354c86e9eff1a19ea9abad81137901 /view/album.php | |
parent | 082ae3df0b9dd759d56684b0221df62ea171f8ec (diff) | |
download | melaine-ce10c0ff1dd0b47bd494ae88ab2eaf6ab354b2b3.zip |
filtre nom des images + reorg code Image
Diffstat (limited to 'view/album.php')
-rw-r--r-- | view/album.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/album.php b/view/album.php index f8879aa..fe5d8c2 100644 --- a/view/album.php +++ b/view/album.php | |||
@@ -14,6 +14,7 @@ $css = ob_get_clean(); | |||
14 | ob_start(); | 14 | ob_start(); |
15 | ?> | 15 | ?> |
16 | <script type="text/javascript" src="public/main.js" ></script> | 16 | <script type="text/javascript" src="public/main.js" ></script> |
17 | <!-- <script type="text/javascript" src="public/file_upload.js" ></script> --> | ||
17 | <?php | 18 | <?php |
18 | if(isset($_GET['action']) && $_GET['action'] === 'edition') | 19 | if(isset($_GET['action']) && $_GET['action'] === 'edition') |
19 | { | 20 | { |