]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/php/minimal.php
Happy New Year 2023!
[friendica.git] / view / theme / frio / php / minimal.php
index ad4581ff03372612230c19a4130a1f933c7158a5..2ab0a62e40925f39193655dd1bc2305efde4feb0 100644 (file)
@@ -6,8 +6,13 @@
        <?php if(!empty($page['htmlhead'])) echo $page['htmlhead'] ?>
 </head>
 <body class="minimal">
-       <section><?php if(!empty($page['content'])) echo $page['content']; ?>
-               <div id="page-footer"></div>
+       <section>
+               <div  class="generic-page-wrapper">
+                       <?php if(!empty($page['content'])) echo $page['content']; ?>
+               </div>
+               <div id="page-footer">
+                       <?php echo $page['footer'] ?? ''; ?>
+               </div>
        </section>
        <!-- Modal  -->
        <div id="modal" class="modal fade" tabindex="-1" role="dialog">