diff options
Diffstat (limited to 'view/backup.php')
| -rw-r--r-- | view/backup.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/view/backup.php b/view/backup.php index 78e2d04..c56661f 100644 --- a/view/backup.php +++ b/view/backup.php | |||
| @@ -77,12 +77,12 @@ elseif(isset($_GET['action']) && $_GET['action'] == 'restauration') | |||
| 77 | <title><?= $title ?></title> | 77 | <title><?= $title ?></title> |
| 78 | <!-- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> --> | 78 | <!-- <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> --> |
| 79 | <link rel="icon" type="image/png" href="public/mouette-logo.png"> | 79 | <link rel="icon" type="image/png" href="public/mouette-logo.png"> |
| 80 | <link rel="stylesheet" type="text/css" href="public/css/normalize.css"> | 80 | <?= Versioning::insertCSS('normalize') ?> |
| 81 | <link rel="stylesheet" type="text/css" href="public/css/main.css"> | 81 | <?= Versioning::insertCSS('main') ?> |
| 82 | <?php | 82 | <?php |
| 83 | if(isset($_GET['action']) && $_GET['action'] == 'restauration') | 83 | if(isset($_GET['action']) && $_GET['action'] == 'restauration') |
| 84 | { | 84 | { |
| 85 | echo('<script src="public/file_upload.js" ></script>'); | 85 | echo Versioning::insertJS('file_upload'); |
| 86 | } | 86 | } |
| 87 | ?> | 87 | ?> |
| 88 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | 88 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
