• This project
    • Loading...
  • Sign in

fe / YOHOBUYPC · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 2
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYPC
  • template
  • www.yohobuy.com
  • partials
  • layout
  • footer.phtml
  • web framework
    1df90550
    by xuqi
    2015-11-23 17:29:57 +0800  
    Browse Files
footer.phtml 248 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
    {{> layout/page-footer}}
    <script src="http://localhost:8000/static/js/sea.js?nowrap"></script>
    <script>
        seajs.config({
            base: 'http://localhost:8000/'
        });
    </script>
    {{> layout/use}}
    </body>
</html>