diff options
| author | 2013-04-27 19:00:54 +0200 | |
|---|---|---|
| committer | 2013-04-27 19:00:54 +0200 | |
| commit | 2a52d315bed725d5997a42547673bccfe2409b5d (patch) | |
| tree | a681fa75d77e2c1901a8dba20916de471127b126 | |
| parent | 10b9797da7696babc092354c3a156ff1683e0e0d (diff) | |
Ajout du fichier fallback.css pour l'installateur
| -rw-r--r-- | public/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/install.php b/public/install.php index e83b74eb8..672bb4418 100644 --- a/public/install.php +++ b/public/install.php @@ -555,6 +555,7 @@ case 5: <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0"> <title><?php echo _t ('freshrss_installation'); ?></title> + <link rel="stylesheet" type="text/css" media="all" href="theme/fallback.css" /> <link rel="stylesheet" type="text/css" media="all" href="theme/global.css" /> <link rel="stylesheet" type="text/css" media="all" href="theme/freshrss.css" /> </head> |
