home.php 649 B

123456789101112
  1. <?php
  2. $carouselData = [
  3. ["path" => "survival_tavern.png", "alt" => "Survival", "title" => "Survival", "class" => "active", "text" =>
  4. "Play classic Minecraft survival extended by our mod."],
  5. ["path" => "bedwars.png", "alt" => "Minigames", "title" => "Minigames", "class" => "", "text" =>
  6. "Mundus Crassus features own creations like Chinese Checkers and Parcours but also well-known minigames like BedWars and Spleef."],
  7. ["path" => "gpvp.png", "alt" => "Guild PVP", "title" => "Guild PVP", "class" => "", "text" =>
  8. "Create a guild, build a base and fight together with your friends."]
  9. ];
  10. include "home.view.php";