Issue #2149
This commit is contained in:
parent
41ae3048ff
commit
2c2e6588c1
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue