Skip to content
Patrick Garske edited this page Jan 28, 2019 · 1 revision

ext_footer(content)

Warning! Requires bphp_ext(footer). To include ext file, use echo init_bphp_ext("footer");


Generates a sticky footer on the bottom of the web-app

String content - Content of the footer

Example

echo ext_footer('This website was made with <a href="https://github.com/tuxnull/bootstraphp">BootstraPHP</a>');