update 3_21_19
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user