Index: trunk/www/sites/www/aether/header.php =================================================================== --- trunk/www/sites/www/aether/header.php (revision 1530090) +++ trunk/www/sites/www/aether/header.php (revision 1530091) @@ -1,126 +1,128 @@ <?= htmlspecialchars($pageConfig['title']); ?> - KDE.org + '); } if(@include_once ("functions.inc")) { setup_site(); if (!isset($site_locale)) { if (isset($_GET['site_locale'])) { $site_locale = htmlentities($_GET['site_locale']); setcookie('site_locale', $site_locale, time()+31536000, '/', "." . $_SERVER['SERVER_NAME']); } else { if (isset($_COOKIE['site_locale'])) { $site_locale = htmlentities($_COOKIE['site_locale']); } else { 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); } ?> - + +
Index: trunk/www/sites/www/js/use-ekko-lightbox.js =================================================================== --- trunk/www/sites/www/js/use-ekko-lightbox.js (nonexistent) +++ trunk/www/sites/www/js/use-ekko-lightbox.js (revision 1530091) @@ -0,0 +1,4 @@ +$(document).on('click', '[data-toggle="lightbox"]', function(event) { + event.preventDefault(); + $(this).ekkoLightbox(); + }); Index: trunk/www/sites/www/screenshots/index-new.php =================================================================== --- trunk/www/sites/www/screenshots/index-new.php (revision 1530090) +++ trunk/www/sites/www/screenshots/index-new.php (revision 1530091) @@ -1,73 +1,74 @@ "Screenshots" ]); require('../aether/header.php'); $site_root = "../"; ?>

Screenshots

At KDE we pride ourselves on creating beautiful software.

Plasma

Plasma is our flagship computer desktop.

- +

Krita

Krita world class painting.

KDE Connect

KDE Connect integrate your laptop and your phone.

Kdenlive

Kdenlive create home movies.

GCompris

GCompris makes learning fun.

+