diff --git a/html/index.php b/html/index.php index 6683c23..1318584 100644 --- a/html/index.php +++ b/html/index.php @@ -54,6 +54,14 @@ if (isset($_POST['xd_check'])){ } } +//title +if($currentArena == ""){ + $siteTitle = $lang['SITE_NAME']; + +}else{ + $siteTitle=$currentArenaArr['title']; +} + ?> @@ -62,15 +70,18 @@ if (isset($_POST['xd_check'])){ - - - - - + + + + <?php echo $siteTitle; ?> +
+