Skip to content
Snippets Groups Projects
Commit 5dd5d275 authored by Sofiane Lasri's avatar Sofiane Lasri
Browse files

test

parent d98d326d
Branches
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ ...@@ -101,7 +101,7 @@
} }
$shopId = getRandomString(4); $shopId = getRandomString(4);
echo ('<div class="col-3 mb-2" id="'.$shopId.'" x="'.$shop['x'].'" y="'.$shop['y'].'" z="'.$shop['z'].'" world="'.$shop['world'].'" displayName="'.urlencode($shop['item']->getDisplayName()).'" enchants="'.(json_encode($shop['item']->getEnchants())).'" type="'.json_encode($shop['item']->getId()).'" price="'.$shop['price'].'"> echo ('<div class="col-3 mb-2" id="'.$shopId.'" x="'.$shop['x'].'" y="'.$shop['y'].'" z="'.$shop['z'].'" world="'.$shop['world'].'" displayName="'.urlencode($shop['item']->getDisplayName()).'" type="'.$shop['item']->getId().'" price="'.$shop['price'].'">
<div class="card" style="width: 18rem;"> <div class="card" style="width: 18rem;">
<div class="card-body"> <div class="card-body">
<span class="badge badge-'.$badge.'">Stock: '.$shop['stock'].'</span> <span class="badge badge-'.$badge.'">Stock: '.$shop['stock'].'</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment