Procházet zdrojové kódy

Fix theme path for installation

Marien Fressinaud před 11 roky
rodič
revize
a05fc42827
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      app/install.php

+ 1 - 1
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>