seperate images

This commit is contained in:
Frank John Begornia
2019-04-24 17:45:28 +08:00
parent c5862dfbf4
commit c982366dbd
646 changed files with 240 additions and 400154 deletions

View File

@@ -29,12 +29,8 @@ class MainController extends Controller {
foreach ($fetchData as $row) {
?>
<div class="col-md-3 col-sm-6 col-xs-12 list-sport">
<!-- <h2 class="text-center">Basketball</h2> -->
<div>
<!-- <span class="badge">Sale</span> -->
<a href="<?php echo url('sports') . "/" . $row->URL; ?>"><img src="<?php echo url('/public'). '/'. $row->Thumbnail; ?>" alt="" class="img img-responsive product-center" /></a>
<h3 class="text-center sports-title"><?php echo $row->SportsName ?></h3>
</div>
<a href="<?php echo url('sports') . "/" . $row->URL; ?>"><img src="<?php echo config('site_config.uploads') . 'sports-thumbnails/' . $row->Thumbnail; ?>" alt="" class="img img-responsive product-center" /></a>
<h3 class="text-center sports-title"><?php echo $row->SportsName ?></h3>
</div>
<?php
}