Enable footer scripts in minimal view
This commit is contained in:
parent
7a5f2437f9
commit
4f37b14e42
2 changed files with 6 additions and 2 deletions
|
|
@ -7,7 +7,9 @@
|
|||
</head>
|
||||
<body class="minimal">
|
||||
<section><?php if(!empty($page['content'])) echo $page['content']; ?>
|
||||
<div id="page-footer"></div>
|
||||
<div id="page-footer">
|
||||
<?php echo $page['footer'] ?? ''; ?>
|
||||
</div>
|
||||
</section>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue