update name divs

1.10.x
aragonc 11 years ago
parent de68937eb4
commit a13d8acae6
  1. 4
      main/template/default/layout/layout_1_col.tpl
  2. 12
      main/template/default/layout/main_header.tpl

@ -20,9 +20,9 @@
{% include template ~ "/layout/page_body.tpl" %}
{% block content %}
{% if content is not null %}
<section id="main_content">
<div id="main_content">
{{ content }}
</section>
</div>
{% endif %}
{% endblock %}
&nbsp;

@ -34,15 +34,7 @@
</form>
{% endif %}
{% if show_header == true %}
<div class="skip">
<ul>
<li><a href="#menu">{{ "WCAGGoMenu"|get_lang }}</a></li>
<li><a href="#content" accesskey="2">{{ "WCAGGoContent"|get_lang }}</a></li>
</ul>
</div>
{% endif %}
<div id="page" class="container"> <!-- page section -->
<div id="page" class="container"> <!-- page section -->
{# Bug and help notifications #}
{% block help_notifications %}
<ul id="navigation" class="notification-panel">
@ -56,7 +48,7 @@
{% include template ~ "/layout/topbar.tpl" %}
{% endblock %}
<header>
<div class="container">
<div id="main" class="container">
{% if plugin_header_main %}
<div class="row">
<div class="col-lg-12">

Loading…
Cancel
Save