From a916a9bf1d18b8ef20e1f115e5ff5a8a33f646c2 Mon Sep 17 00:00:00 2001
From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com>
Date: Wed, 14 Sep 2022 20:27:22 +1000
Subject: [PATCH] Update BodyColors.blade.php
---
resources/views/client/BodyColors.blade.php | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/resources/views/client/BodyColors.blade.php b/resources/views/client/BodyColors.blade.php
index 85c6a6d..4d3b2c6 100644
--- a/resources/views/client/BodyColors.blade.php
+++ b/resources/views/client/BodyColors.blade.php
@@ -1,6 +1,12 @@
@php
header("content-type:text/plain");
$userId = addslashes($_GET["userId"]);
+$headcolor = 11
+$leftarmcolor = 11
+$leftlegcolor = 1003
+$rightarmcolor = 11
+$rightlegcolor = 1003
+$torsocolor = 1003
//TODO: add avatar system
@endphp
@@ -9,13 +15,13 @@ $userId = addslashes($_GET["userId"]);
nil
-
- 11
- 11
- 1003
+ @php echo $headcolor @endphp
+ @php echo $leftarmcolor @endphp
+ @php echo $leftlegcolor @endphp
Body Colors
- 11
- 1003
- 1003
+ @php echo $rightarmcolor @endphp
+ @php echo $rightlegcolor @endphp
+ @php echo $torsocolor @endphp
true