mirror of
https://github.com/rottenwheel/moner.ooo.git
synced 2024-12-21 15:50:25 +00:00
feat: add footer, qr code img
This commit is contained in:
parent
2227ebe6cd
commit
bffbd46ce0
3 changed files with 2 additions and 0 deletions
BIN
img/qr.jpg
Normal file
BIN
img/qr.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
|
@ -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));
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue