footer.phtml 211 Bytes
<script src="http://172.16.6.248:8000/static/js/sea.js?nowrap"></script>
<script>
    seajs.config({
        base: 'http://172.16.6.248:8000'
    });
    seajs.use('js/{{modulePath}}');
</script>
</body>
</html>