diff options
Diffstat (limited to 'lib/partials.php')
| -rw-r--r-- | lib/partials.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/partials.php b/lib/partials.php index f45229d..a25e9f9 100644 --- a/lib/partials.php +++ b/lib/partials.php @@ -169,4 +169,16 @@ function html_footer() </p> </footer> <?php ; +} + +function html_mini_footer() +{ + echo '' ?> + <footer class="column justify-center align-bottom gap-8 font-small mini-footer"> + <p> + All trademarks and copyrights belong to their respective owners. + The uploader is responsible for any content shared here. + </p> + </footer> + <?php ; }
\ No newline at end of file |
