diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2022-12-07 13:55:04 +0000 |
|---|---|---|
| committer | Marcus Eibrink-Lunzenauer <lunzenauer@elan-ev.de> | 2022-12-07 13:55:04 +0000 |
| commit | dc24c8991022fd9b0036e2fa48e7cc7da8e83710 (patch) | |
| tree | 663a0d0653850238f90374d1776c486a9495c2c7 /lib/include/html_end.inc.php | |
| parent | 5e0b51c7eb287825cdd756d27375be97d877e113 (diff) | |
Resolve "Neue HTML-Grundstruktur für Stud.IP"
Closes #838, #1850, and #1817
Merge request studip/studip!1136
Diffstat (limited to 'lib/include/html_end.inc.php')
| -rw-r--r-- | lib/include/html_end.inc.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/include/html_end.inc.php b/lib/include/html_end.inc.php index 3f41584..4f64d48 100644 --- a/lib/include/html_end.inc.php +++ b/lib/include/html_end.inc.php @@ -1,9 +1,6 @@ - </div> - </div> - </div> + <!-- Footer template --> <?= $GLOBALS['template_factory']->render('footer', ['header_template' => $header_template ?? null]) ?> <!-- Ende Page --> -</div> <?= SkipLinks::getHTML() ?> |
