Move footer out of contentContainer

This commit is contained in:
Markus Koch 2020-05-22 12:38:57 +02:00
parent 7371902fd1
commit 688c645ac4
1 changed files with 3 additions and 3 deletions

View File

@ -115,9 +115,9 @@
?> ?>
</div> </div>
</content> </content>
<div id="footer"> </div>
Copyright <?php echo PAGE_AUTHOR; ?><!-- and <a href="/?p=extcontent">others</a>--> | <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/us/"><img style="position:relative;top:4px;opacity:0.75;" src="/img/cc-byncsa.png"></a> | <a href="/?p=contact#privacy">Privacy Policy</a> | <?php echo date("Y"); ?> <div id="footer">
</div> Copyright <?php echo PAGE_AUTHOR; ?><!-- and <a href="/?p=extcontent">others</a>--> | <a href="https://creativecommons.org/licenses/by-nc-sa/3.0/us/"><img style="position:relative;top:4px;opacity:0.75;" src="/img/cc-byncsa.png"></a> | <a href="/?p=contact#privacy">Privacy Policy</a> | <?php echo date("Y"); ?>
</div> </div>
</body> </body>
</html> </html>