13 lines
973 B
PHP
13 lines
973 B
PHP
<li><a class="fw_4 d-flex justify-content-center align-items-center flex-column" href=""
|
|
onclick="ButtonGo('Home',0);return false;"><i class="icon-home"></i> Home</a> </li>
|
|
<li>
|
|
<a href="" onclick="ButtonGo('CartProductMarket',0);return false;"
|
|
class="fw_4 d-flex justify-content-center align-items-center flex-column">
|
|
<img style="width: 30px;height: 30px;" src="/assets/addtocart.png" class="icon-home">
|
|
Cart
|
|
</a> </li>
|
|
<li style="display:none;"><a class="fw_4 d-flex justify-content-center align-items-center flex-column"
|
|
href="40_qr-code.html"><i class="icon-scan-qr-code"></i> </a> </li>
|
|
<li><a href="" onclick="ButtonGo('ListProperties',0);return false;"
|
|
class="fw_4 d-flex justify-content-center align-items-center flex-column">
|
|
<img style="width: 30px;height: 30px;" src="/assets/house.png" class="icon-home">Properties</a> </li> |