Fixing #89
parent
c2fb9292bf
commit
c92579b362
|
@ -150,10 +150,10 @@
|
||||||
{{#if showFooter}}
|
{{#if showFooter}}
|
||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
{{#isNull config.footerHtml}}
|
{{#isNull @root.config.footerHtml}}
|
||||||
<h4 class="text-center">Powered by expressCart</h4>
|
<h4 class="text-center">Powered by expressCart</h4>
|
||||||
{{else}}
|
{{else}}
|
||||||
{{{config.footerHtml}}}
|
{{{@root.config.footerHtml}}}
|
||||||
{{/isNull}}
|
{{/isNull}}
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in New Issue