diff --git a/config/example.config.php b/config/example.config.php index b096bcf..120fd6a 100644 --- a/config/example.config.php +++ b/config/example.config.php @@ -58,6 +58,8 @@ $invasionPage = true; $shinyPage = true; +$raidDashboardPage = true + /* Nest Page */ $nestPage = true; $minNestAvg = 2; // 0 to disable diff --git a/include/nav.php b/include/nav.php index 8512622..0efa565 100644 --- a/include/nav.php +++ b/include/nav.php @@ -116,7 +116,7 @@
- + diff --git a/include/raid_dashboard.php b/include/raid_dashboard.php index ad2b000..4194511 100644 --- a/include/raid_dashboard.php +++ b/include/raid_dashboard.php @@ -1,6 +1,6 @@ -
+ +
-
-
+
+ +

+


+

+ + diff --git a/pre-index.php b/pre-index.php index 0b1ab41..b7cb6fe 100644 --- a/pre-index.php +++ b/pre-index.php @@ -109,6 +109,7 @@ var invasionPage = ''; var shinyPage = ''; var nestPage = ''; + var raidDashboardPage = ''; var geofenceDefault = '';