update 3_21_19

This commit is contained in:
Frank John Begornia
2019-03-21 21:55:50 +08:00
parent 68549cbf30
commit 0fe1270756
715 changed files with 286 additions and 400029 deletions

View File

@@ -32,7 +32,7 @@ class MainController extends Controller {
<!-- <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>
<a href="<?php echo url('sports') . "/" . $row->URL; ?>"><img src="<?php echo './'. $row->Thumbnail; ?>" alt="" class="img img-responsive product-center" /></a>
<h3 class="text-center sports-title"><?php echo $row->SportsName ?></h3>
</div>
</div>