Blame view

template/m.yohobuy.com/partials/layout/page_footer.phtml 362 Bytes
xuqi authored
1
{{#pageFooter}}
hf authored
2 3 4 5 6 7 8 9 10 11 12
<footer id="yoho-footer" class="yoho-footer hide">
    <p class="op-row">
        <span class="back-to-top">
            Back to top
            <i class="iconfont">&#xe608;</i>
        </span>
    </p>
    <address class="copyright">
        CopyRight©2007-2016 南京新与力文化传播有限公司
    </address>
</footer>
梁志锋 authored
13 14
{{/pageFooter}}