clan info on main page

This commit is contained in:
Lanta 2023-11-16 14:24:52 +01:00
parent ee824a4267
commit 7421e7a820
2 changed files with 80 additions and 48 deletions

View file

@ -4,7 +4,10 @@
<body>
<?php include './includes/navigation.php'; ?>
<?php
include './includes/navigation.php';
include './config/config.php';
?>
<header>
<img src="./images/banner2.png" alt="banner" class="banner">
</header>
@ -12,7 +15,7 @@
<section>
<h2>Clan Stats</h2>
<?php
include './config/config.php';
// Load clan data from claninfo.json
$clanInfoPath = './data/claninfo.json';