head.tpl 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  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://chamilo.org/the-association/" rel="copyright" />
  5. {{ prefetch }}
  6. {{ favico }}
  7. {{ browser_specific_head }}
  8. <link rel="apple-touch-icon" href="{{ _p.web }}apple-touch-icon.png" />
  9. <meta name="apple-mobile-web-app-capable" content="yes" />
  10. <meta name="Generator" content="{{ _s.software_name }} {{ _s.system_version|slice(0,1) }}" />
  11. {# Use the latest engine in ie8/ie9 or use google chrome engine if available #}
  12. {# Improve usability in portal devices #}
  13. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  14. <title>{{ title_string }}</title>
  15. {{ social_meta }}
  16. {{ css_static_file_to_string }}
  17. {{ js_file_to_string }}
  18. {{ extra_headers }}
  19. <script>
  20. /* Global chat variables */
  21. var ajax_url = '{{ _p.web_ajax }}chat.ajax.php';
  22. var online_button = '{{ online_button }}';
  23. var offline_button = '{{ offline_button }}';
  24. var connect_lang = '{{ "ChatConnected"|get_lang }}';
  25. var disconnect_lang = '{{ "ChatDisconnected"|get_lang }}';
  26. </script>
  27. {% include template ~ '/layout/header.js.tpl' %}
  28. {{ css_custom_file_to_string }}
  29. {{ css_style_print }}
  30. {# Extra header configured in admin section, only shown to non-admins #}
  31. {{ header_extra_content }}