index : fluxbb | |
Archlinux32 customized Fluxbb installation | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-02-13 10:06:02 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-02-13 10:06:02 +0100 |
commit | a5b26fce0ed550814f17465f798fe97a0d65bd94 (patch) | |
tree | 9e8eff5c0e26fe6969a51a80435e0e4744a0a85d /style/ArchLinux32 | |
parent | fd518a25c5ff1a8f9e9d00f70c02cfd3d59236a2 (diff) |
-rw-r--r-- | style/ArchLinux32/css.php | 2 |
diff --git a/style/ArchLinux32/css.php b/style/ArchLinux32/css.php index a963629..bd88a90 100644 --- a/style/ArchLinux32/css.php +++ b/style/ArchLinux32/css.php @@ -2,6 +2,6 @@ foreach (array('arch', 'archnavbar') as $cssFile) { ?> - <link rel="stylesheet" media="screen" href="style/ArchLinux/<?= $cssFile ?>.css?v=5"/> + <link rel="stylesheet" media="screen" href="style/ArchLinux32/<?= $cssFile ?>.css?v=5"/> <?php } |