]> git.mxchange.org Git - friendica.git/blobdiff - view/php/minimal.php
Display the BCC receiver when it is the local user
[friendica.git] / view / php / minimal.php
index 7b8ac61af0b3bcf5a106c1a77ad74dd487207a4b..76e14ebe582974a74f6524fcf00dab8aaeff8eb6 100644 (file)
@@ -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>