aboutsummaryrefslogtreecommitdiffstats
path: root/css/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'css/index.php')
-rw-r--r--css/index.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/index.php b/css/index.php
index a7aafd6..e5d695b 100644
--- a/css/index.php
+++ b/css/index.php
@@ -28,7 +28,8 @@ $style = isset($_GET['s']) ? trim($_GET['s']) : null;
echo "/*if lang_from missing, add some space*/ #nav li:last-child { padding-right:143px }";
}
else {
- echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('source.css'));
- }
+ echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('bootstrap_nav.css'));
+ echo str_replace('nav.mageia.org', $_SERVER['HTTP_HOST'], file_get_contents('bootstrap_nav_theme.css'));
+ }