head.tpl 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <meta charset="{{ system_charset }}" />
  2. <link href="https://chamilo.org/chamilo-lms/" rel="help" />
  3. <link href="https://chamilo.org/the-association/" rel="author" />
  4. <link href="https://www.gnu.org/licenses/gpl-3.0.en.html" rel="license" />
  5. <!-- Force latest IE rendering engine or ChromeFrame if installed -->
  6. <!--[if IE]>
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <![endif]-->
  9. {{ prefetch }}
  10. {{ favico }}
  11. <link rel="apple-touch-icon" href="{{ _p.web }}apple-touch-icon.png" />
  12. <meta name="apple-mobile-web-app-capable" content="yes" />
  13. <meta name="generator" content="{{ _s.software_name }} {{ _s.system_version|slice(0,1) }}" />
  14. {# Use the latest engine in ie8/ie9 or use google chrome engine if available #}
  15. {# Improve usability in portal devices #}
  16. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  17. <title>{{ title_string }}</title>
  18. {{ social_meta }}
  19. {{ css_static_file_to_string }}
  20. {{ js_file_to_string }}
  21. {{ extra_headers }}
  22. <script>
  23. /* Global chat variables */
  24. var ajax_url = '{{ _p.web_ajax }}chat.ajax.php';
  25. var online_button = '{{ online_button }}';
  26. var offline_button = '{{ offline_button }}';
  27. var connect_lang = '{{ "ChatConnected"|get_lang }}';
  28. var disconnect_lang = '{{ "ChatDisconnected"|get_lang }}';
  29. </script>
  30. {% include template ~ '/layout/header.js.tpl' %}
  31. {{ css_custom_file_to_string }}
  32. {{ css_style_print }}