diff --git a/index.php b/index.php index 235018d..75abfce 100644 --- a/index.php +++ b/index.php @@ -86,16 +86,117 @@ $total = count($sites); $prev = $sites[($index - 1 + $total) % $total]; $next = $sites[($index + 1) % $total]; ?> -