From a8f016f72873ab7dbe833f9aee1b27d6ac8b34d4 Mon Sep 17 00:00:00 2001 From: gnieark Date: Fri, 27 Nov 2015 22:29:37 +0100 Subject: [PATCH] fix tilte --- html/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index 4c655f0..6683c23 100644 --- a/html/index.php +++ b/html/index.php @@ -26,6 +26,7 @@ if(isset($_GET['arena'])){ foreach($arenas as $arena){ if($arena['id'] == $_GET['arena']){ $currentArena = $_GET['arena']; + $currentArenaArr=$arena; break; } } @@ -87,7 +88,7 @@ if (isset($_POST['xd_check'])){ echo $lang['SITE_NAME']; }else{ - echo $arenas['current']['title']; + echo $currentArenaArr['title']; } ?>