This commit is contained in:
rahul shukla 2020-01-27 15:03:37 +05:30
parent 41ae3048ff
commit 2c2e6588c1
1 changed files with 5 additions and 8 deletions

View File

@ -25,15 +25,7 @@
<img class="logo" src= "<?php echo $logo; ?>" >
</div>
<div class="footer">
<img class="left-patern" src= "<?php echo $leftIcon; ?>" >
<img class="right-patern" src= "<?php echo $rightIcon; ?>" >
<div>
Powered by <a href="https://bagisto.com/" target="_blank" style="color: blue">Bagisto</a>, A Community Project by
<a href="https://webkul.com/" target="_blank" style="color: blue">Webkul</a>
</div>
</div>
</div>
<?php
@ -142,5 +134,10 @@
}
?>
<div style="margin-bottom: 10px; margin-top: 10px;">
Powered by <a href="https://bagisto.com/" target="_blank" style="color: blue">Bagisto</a>, A Community Project by
<a href="https://webkul.com/" target="_blank" style="color: blue">Webkul</a>
</div>
</body>
</html>