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