wpfw_ewei_shopv2/template/mobile/default/_copyright.html
2023-02-14 19:57:32 +08:00

7 lines
314 B
HTML

{php $copyright = m('common')->getCopyright()}
{if !empty($copyright) && !empty($copyright['copyright'])}
<div class="footer" style='width:100%; margin-top:0.5rem;display: block; {if !empty($copyright['bgcolor'])} background: {$copyright['bgcolor']}; {/if}'>
{$copyright['copyright']}
</div>
{/if}