From 288b5f3943c875a60c7452e8bc27bfb65930c7a7 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sat, 28 Nov 2015 11:18:21 +0100 Subject: [PATCH] css --- html/index.php | 29 +++++++++++++++++------------ html/style.css | 10 ++++++++++ 2 files changed, 27 insertions(+), 12 deletions(-) create mode 100644 html/style.css 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; ?> +
+