diff --git a/classes/constellation.php b/classes/constellation.php index 586d830..6758690 100644 --- a/classes/constellation.php +++ b/classes/constellation.php @@ -16,10 +16,7 @@ class Constellation { $offset = 0; } - if (isset($_GET['ajax'])) - { - $ajax = true; - } + $ajax = isset($_GET['ajax']); $limit++; $c = ($future)?">=":"<="; $timestamp = (isset($_GET['timestamp'])&& !$future)?$_GET['timestamp']:time(); diff --git a/footer.php b/footer.php index 6a44ad0..c6d7a6a 100644 --- a/footer.php +++ b/footer.php @@ -1,23 +1,42 @@ +{ + global $best_match, $lang_names; + ?>
- - - - + + + + - }?> - + }?> + +