feat: add footer, qr code img

This commit is contained in:
recanman 2024-09-13 23:37:01 -07:00
parent 2227ebe6cd
commit bffbd46ce0
3 changed files with 2 additions and 0 deletions

BIN
img/qr.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View file

@ -27,6 +27,7 @@ $display_servers_guru = isset($config['servers_guru']) && $config['servers_guru'
$attribution = isset($config['attribution']) ? $config['attribution'] : '';
$preferred_currencies = isset($config['preferred_currencies']) ? $config['preferred_currencies'] : [];
$github_url = isset($config['github_url']) ? $config['github_url'] : 'https://github.com/rottenwheel/moner.ooo/';
$footer_html = isset($config['footer_html']) ? $config['footer_html'] : '';
// Extract the keys
$currencies = array_map('strtoupper', array_keys($api_cg));

View file

@ -138,6 +138,7 @@
<small class="cursor-default text-white" lang="<?php echo $lang_meta; ?>">
<?php echo $footer_links . $getmonero . $countrymonero; ?>
<?php echo $footer_html; ?>
</small>
</div>