From 861e3230f0154e6a5942698adedf18d5eb0e0b8a Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Wed, 10 Jan 2018 20:08:33 +0100 Subject: Move imaegs to assets folder --- html/includes/config_pic.php | 24 ++++-------------------- 1 file changed, 4 insertions(+), 20 deletions(-) (limited to 'html/includes/config_pic.php') diff --git a/html/includes/config_pic.php b/html/includes/config_pic.php index e70aee5..99bc089 100644 --- a/html/includes/config_pic.php +++ b/html/includes/config_pic.php @@ -1,7 +1,6 @@ 'Player's overall accuracy this month was 42.22 % while it was 27.52 % last month!' - $j=0; $pic[$i]['process'][$j]['type'] = 'text'; $pic[$i]['process'][$j]['value'] = '%PLAYERNAME%'; @@ -197,13 +190,6 @@ $pic[$i]['process'][$j]['x_from'] = 75; $pic[$i]['process'][$j]['y_from'] = 91; $j++; - - - - - - - // The next picture $i++; @@ -234,6 +220,4 @@ $pic[$i]['process'][$j]['x_from'] = 9; $pic[$i]['process'][$j]['y_from'] = 43; $j++; - - -?> \ No newline at end of file +?> -- cgit