diff --git a/core/themes/seven/templates/page.html.twig b/core/themes/seven/templates/page.html.twig deleted file mode 100644 index 4cfcfa4..0000000 --- a/core/themes/seven/templates/page.html.twig +++ /dev/null @@ -1,56 +0,0 @@ -{# -/** - * @file - * Seven's theme implementation to display a single Drupal page. - * - * The doctype, html, head, and body tags are not in this template. Instead - * they can be found in the html.html.twig template normally located in the - * core/modules/system directory. - * - * @see template_preprocess() - * @see template_preprocess_page() - * @see seven_preprocess_page() - * - * @ingroup themeable - */ -#} - - -
- {% if secondary_local_tasks %} - - {% endif %} - -
-
- {% if messages %} -
{{ messages }}
- {% endif %} - {% if page.help %} -
- {{ page.help }} -
- {% endif %} - {% if action_links %} - - {% endif %} - {{ page.content }} -
- - - -
diff --git a/core/themes/seven/templates/page.tpl.php b/core/themes/seven/templates/page.tpl.php new file mode 100644 index 0000000..d1a290c --- /dev/null +++ b/core/themes/seven/templates/page.tpl.php @@ -0,0 +1,54 @@ + + + +
+ + + + +
+
+ +
+ + +
+ +
+ + + +
+ + + +