botiga_php/footer.php

30 lines
1.2 KiB
PHP
Raw Permalink Normal View History

2021-12-09 15:17:30 +01:00
<!-- Footer -->
<!-- <footer class="w3-display-bottommiddle w3-black w3-padding-16" style="width:100%">
<p class="w3-center">Powered by <a href="https://www.w3schools.com/w3css/default.asp" title="W3.CSS" target="_blank" class="w3-hover-text-green">w3.css</a></p>
</footer> -->
</body>
</html>
<!-- <div class="w3-col m5">
<div class="w3-content" style="max-width:800px">
<img class="mySlides" src="img/$bp_product_img_01" style="width:100%">
<img class="mySlides" src="img/$bp_product_img_02" style="width:100%">
<img class="mySlides" src="img/$bp_product_img_03" style="width:100%">
</div>
<div class="w3-center">
<div class="w3-section">
<button class="w3-button w3-light-grey" onclick="plusDivs(-1)"> Prev</button>
<button class="w3-button w3-light-grey" onclick="plusDivs(1)">Next </button>
</div>
<button class="w3-button demo" onclick="currentDiv(1)">1</button>
<button class="w3-button demo" onclick="currentDiv(2)">2</button>
<button class="w3-button demo" onclick="currentDiv(3)">3</button>
</div>
</div>
<div class="w3-col m7 w3-padding">
<h2>$bp_product_name</h2>
<p>$bp_product_info</p>
</div> -->