main_header.tpl 363 B

1234567891011
  1. {# Load the template basis from the default template #}
  2. {% extends app.template_style ~ "/../default/layout/main_header.tpl" %}
  3. {% block main_div_container %}
  4. {% if app.full_width == 1 %}
  5. <div id="main" class="container-fluid" data-role="page">
  6. {% else %}
  7. <div id="main" class="container" data-role="page">
  8. {% endif %}
  9. {% endblock main_div_container %}