diff options
| author | 2014-09-16 11:12:36 +0200 | |
|---|---|---|
| committer | 2014-09-16 11:12:36 +0200 | |
| commit | a05fc42827c14083d912fdc22d06e6c012c0ac04 (patch) | |
| tree | 02d2a95316e673804cad7dbbda7cac4d13f4a0de /app/install.php | |
| parent | d67242884dd511c62dc26888f5ba7a2c7b825375 (diff) | |
Fix theme path for installation
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php index f563d58d3..55b8a0065 100644 --- a/app/install.php +++ b/app/install.php @@ -783,7 +783,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="../themes/Origine/template.css" /> + <link rel="stylesheet" type="text/css" media="all" href="../themes/base-theme/template.css" /> <link rel="stylesheet" type="text/css" media="all" href="../themes/Origine/origine.css" /> </head> <body> |
