// Helper for active class function nav_active($href, $current_path) { // Homepage: handle both "/" and "https://arxcraft.cz" if ($href === "/" || $href === "https://arxcraft.cz") { return ($current_path === "/") ? "bg-blue-600 text-white px-5 py-2 rounded-md font-bold" : "text-white font-bold hover:bg-blue-500 px-5 py-2 rounded-md"; } // Exact path match for relative links if (strpos($href, '/') === 0) { return ($current_path === $href) ? "bg-blue-600 text-white px-5 py-2 rounded-md font-semibold" : "text-white font-semibold hover:text-yellow-400 px-5 py-2 rounded-md"; } // External links - no highlight return "text-white font-semibold hover:text-yellow-400 px-5 py-2 rounded-md"; } ?>

Novinky z Arxcraftu

Zůstaň v obraze s nejnovějšími aktualizacemi!

1.0 – Otevření serveru

Novinka – 27. června 2025

Po dlouhých měsících vývoje, testování a ladění je to konečně tady – Arxcraft otevírá své brány pro všechny hráče! Naší vizí bylo vytvořit svět, který bude více než jen klasický survival. Kombinujeme chytré systémy, AI asistenty a vlastní engine, abychom hráčům poskytli hluboký a pohlcující zážitek.