Add logo to footer.

This commit is contained in:
Retro_Guy 2023-05-29 10:08:32 -07:00
parent 95d61c0321
commit b0f67ee17d
2 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@ -8,6 +8,7 @@ if(is_file($pubkeyfile) && (isset($CONFIG['site_shortname']) && $CONFIG['site_sh
echo '</font>';
}
echo '<font size="1em">';
echo '<a href="https://github.com/novabbs/rocksolid-light" target=_blank><img src="/common/images/footer.png"></a><br />';
echo '<i>rocksolid light</i> '.$rslight_version;
echo '<br />';
echo '<a href="https://github.com/novabbs/rocksolid-light" target=_blank>clearnet</a>';