Index: aether/footer.php =================================================================== --- aether/footer.php +++ aether/footer.php @@ -5,12 +5,12 @@

KDE Patrons

- - - - - - + + + + + +
Index: aether/header.php =================================================================== --- aether/header.php +++ aether/header.php @@ -5,118 +5,100 @@ - <?= htmlspecialchars($pageConfig['title']); ?> - KDE.org - - - - + + - - - - - - - - - - '); - } + + + + + + + + + '); + } - if(@include_once ("functions.inc")) { - setup_site(); - - if (!isset($site_locale)) - { - if (isset($_GET['site_locale'])) + if(@include_once ("functions.inc")) { + setup_site(); + + if (!isset($site_locale)) { - $site_locale = htmlentities($_GET['site_locale']); - setcookie('site_locale', $site_locale, time()+31536000, '/', "." . $_SERVER['SERVER_NAME']); - } - else - { - if (isset($_COOKIE['site_locale'])) + if (isset($_GET['site_locale'])) { - $site_locale = htmlentities($_COOKIE['site_locale']); + $site_locale = htmlentities($_GET['site_locale']); + setcookie('site_locale', $site_locale, time()+31536000, '/', "." . $_SERVER['SERVER_NAME']); } else { - if (!isset($default_site_locale)) + if (isset($_COOKIE['site_locale'])) { - $site_locale = "en"; + $site_locale = htmlentities($_COOKIE['site_locale']); } else { - $site_locale = $default_site_locale; + if (!isset($default_site_locale)) + { + $site_locale = "en"; + } + else + { + $site_locale = $default_site_locale; + } } } } + + // set php locale + setlocale(LC_ALL, $site_locale); + + // start up our i18n stuff + startTranslation($site_locale); } - - // set php locale - setlocale(LC_ALL, $site_locale); - - // start up our i18n stuff - startTranslation($site_locale); - } - ?> - - - - - - - - - - + ?> + + + + + + + - - -
- - +
-
- - Index: css/aetherCore.css =================================================================== --- css/aetherCore.css +++ css/aetherCore.css @@ -192,71 +192,7 @@ text-decoration: none !important; } -#kHeaderNav { - border-bottom: solid 1px #EFF1F1; -} -#kHeaderNav a { - height: 50px; - line-height: 50px; - padding: 0px 20px; - color: #334545; -} - -#kHeaderNav a.active { - background-color: #54a3d8; - color: #FFF; - /*text-shadow: 0px 0px 1px #375a7d;*/ -} -#kHeaderNav a.active:before { - color: #FFF; -} -#kHeaderNav a.active:hover { - color: #FFF; -} - -#kHeaderNav button { - outline: 0; -} -/* -#kHeaderNav .navbar-collapse a { - background-color: #EFF1F1; -} -#kHeaderNav .collapse.show a:hover { - background-color: #FFF; -} -*/ - -#kHeaderNav a:hover { - color: #3daefd; -} - -.navbar-toggler { - height: 50px; -} - -.navbar-toggler:before -{ - position: absolute; - top: 0; - left: 50%; - width: 42px; - margin-left: -21px; - - content: "="; - - color: #4d4d4d; - font-family: "glyph"; - font-size: 22px; - font-weight: normal; - text-indent: 0px; - text-align: center; - line-height: 50px; - display: inline-block; - text-decoration: none !important; -} - - main section { margin-top: 40px; }