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

wrong function name

parent d907222e
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
<div class="row"> <div class="row">
<?php <?php
$shops = Shop::getAllShops(); $shops = Shop::getShops();
foreach($shop as $shop){ foreach($shop as $shop){
$texture = $shop['item']->getTexture(); $texture = $shop['item']->getTexture();
echo ('<div class="col-sm"> echo ('<div class="col-sm">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment