From ed7138de00d1e0921c6d6a0c7c416a548d6df2f5 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Sat, 28 Nov 2015 18:02:49 +0100 Subject: [PATCH] permit arenas having their own css --- html/index.php | 6 ++++++ src/arenas/tictactoe/style.css | 0 src/arenas_lists.php | 3 ++- 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 src/arenas/tictactoe/style.css diff --git a/html/index.php b/html/index.php index 16af2ac..1988592 100644 --- a/html/index.php +++ b/html/index.php @@ -69,6 +69,12 @@ if($currentArena == ""){ @import url(/style.css); "; + } //arena specific script js (if needed) if(isset($currentArenaArr['jsFile'])){ echo '