Footer.html 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <!-- footer start -->
  2. <if condition="!isset($is_footer) or $is_footer eq 1">
  3. <include file="Public/FooterNav" />
  4. </if>
  5. <!-- footer end -->
  6. <!-- go-top start -->
  7. <include file="Public/GoTop" />
  8. <!-- go-top end -->
  9. <!-- commom html start -->
  10. <include file="Public/Common" />
  11. <!-- commom html end -->
  12. </body>
  13. </html>
  14. <!-- 类库 -->
  15. <js href="__PUBLIC__/Common/Lib/jquery/jquery-2.1.0.js" />
  16. <js href="__PUBLIC__/Common/Lib/assets/js/amazeui.min.js" />
  17. <js href="__PUBLIC__/Common/Lib/echarts/echarts.min.js" />
  18. <!-- ueditor 编辑器 -->
  19. <js href="__PUBLIC__/Common/Lib/ueditor/ueditor.config.js" />
  20. <js href="__PUBLIC__/Common/Lib/ueditor/ueditor.all.js" />
  21. <js href="__PUBLIC__/Common/Lib/ueditor/lang/zh-cn/zh-cn.js" />
  22. <!-- 颜色选择器 -->
  23. <js href="__PUBLIC__/Common/Lib/colorpicker/jquery.colorpicker.js" />
  24. <!-- 项目公共 -->
  25. <js href="__PUBLIC__/Common/Js/Common.js" />
  26. <js href="__PUBLIC__/Home/{{$default_theme}}/Js/Common.js" />
  27. <!-- 控制器 -->
  28. <if condition="!empty($module_js)">
  29. <js href="__PUBLIC__/{{$module_js}}" />
  30. </if>
  31. {{:MyC('home_footer_info')}}