head.tpl 356 B

12345678
  1. {# Load the template basis from the default template #}
  2. {% extends app.template_style ~ "/../default/layout/head.tpl" %}
  3. {% block header_end %}
  4. <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
  5. <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
  6. {% endblock header_end %}