diff --git a/core/themes/seven/templates/maintenance-page.html.twig b/core/themes/seven/templates/maintenance-page.html.twig index bb67709..dea0a7b 100644 --- a/core/themes/seven/templates/maintenance-page.html.twig +++ b/core/themes/seven/templates/maintenance-page.html.twig @@ -1,16 +1,17 @@ {# - # @file - # Seven's theme implementation to display a single Drupal page while offline. - # - # All of the available variables are mirrored in page.tpl.php. - # - # @see template_preprocess() - # @see template_preprocess_maintenance_page() - # @see seven_preprocess_maintenance_page() - # - # @ingroup themeable +/** + * @file + * Seven's theme implementation to display a single Drupal page while offline. + * + * All of the available variables are mirrored in page.html.twig. + * + * @see template_preprocess() + * @see template_preprocess_maintenance_page() + * @see seven_preprocess_maintenance_page() + * + * @ingroup themeable + */ #} - diff --git a/core/themes/seven/templates/page.html.twig b/core/themes/seven/templates/page.html.twig index 7310422..4cfcfa4 100644 --- a/core/themes/seven/templates/page.html.twig +++ b/core/themes/seven/templates/page.html.twig @@ -1,16 +1,14 @@ {# - /** * @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.tpl.php template normally located in the + * 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 template_process() * @see seven_preprocess_page() * * @ingroup themeable