aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-09-29 12:40:50 +0200
committerGravatar GitHub <noreply@github.com> 2022-09-29 12:40:50 +0200
commitfedbda4f6acbc5f5c09ad90a7b7972595695a3de (patch)
treefd39b41f4662c6e238f81e13acf3dfc7705186ae /app
parent87082767d8436fe36245c75380a745864536dbd5 (diff)
Rename template.css (#4644)
* Fix conflicts * Update doc * Misses * Update prefix in CSS Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app')
-rw-r--r--app/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php
index b0363efbc..9d0d855b8 100644
--- a/app/install.php
+++ b/app/install.php
@@ -670,7 +670,7 @@ if (_t('gen.dir') === 'rtl') {
<meta name="viewport" content="initial-scale=1.0" />
<script id="jsonVars" type="application/json">{}</script>
<title><?= _t('install.title') ?>: <?= _t('install.step', STEP + 1) ?></title>
- <link rel="stylesheet" href="../themes/base-theme/template.css?<?= @filemtime(PUBLIC_PATH . '/themes/base-theme/template.css') ?>" />
+ <link rel="stylesheet" href="../themes/base-theme/frss.css?<?= @filemtime(PUBLIC_PATH . '/themes/base-theme/frss.css') ?>" />
<link rel="stylesheet" href="../themes/Origine/origine.css?<?= @filemtime(PUBLIC_PATH . '/themes/Origine/origine.css') ?>" />
<meta name="robots" content="noindex,nofollow" />
</head>