OXIESEC PANEL
- Current Dir:
/
/
home
/
u432548786
/
domains
/
it-tas.com
/
public_html
/
includes
Server IP: 191.96.63.230
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/13/2025 03:36:42 PM
rwxr-xr-x
📄
best-product.php
13.53 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
brands.php
726 bytes
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
css.php
1.63 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
db_config.php
215 bytes
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
delete_cart.php
298 bytes
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
feature-product.php
2.03 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
footer.php
4.6 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
header.php
17.88 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
js.php
1.23 KB
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
orderwhatsapp.php
448 bytes
01/20/2024 07:32:19 AM
rw-rw-rw-
📄
slider.php
483 bytes
01/20/2024 07:32:19 AM
rw-rw-rw-
Editing: brands.php
Close
<section class="product-items-slider section-padding pt-0"> <div class="container"> <div class="section-header pt-20"> <h5 class="heading-design-h5 text-left">Our Clients</h5> </div> <div class="owl-carousel owl-carousel-brand"> <?php $sqlsss=mysqli_query($conn,"select brand.* from brand "); while($res_br= mysqli_fetch_array($sqlsss)) { ?> <div class="item"> <img src="https://www.it-tas.com/admin/img/brand/<?php echo $res_br['image']; ?>" alt="<?php echo $res_br['name']; ?>" title="<?php echo $res_br['name']; ?>"> </div> <?php } ?> </div> </div> </section> <style type="text/css">.owl-carousel-brand .item img{margin:60px 60px ; text-align: center;}</style>