Wygląd email poprawka 1
parent
f0d0790a2a
commit
178268769e
|
@ -62,7 +62,7 @@ function footerHtml(login = 0, email = 0) {
|
|||
}
|
||||
if(login != 0)
|
||||
toReturn += '<script>function wroc() {history.back();}</script>';
|
||||
toReturn += '<footer>';
|
||||
toReturn += '<footer style="text-align: center">';
|
||||
info = email != 1 ? "Jeżeli chcesz wesprzeć autora, możesz to wykonać na <a href='https://patronite.pl/kry008' target='_blank'>Patronite</a>" : '';
|
||||
if (new Date().getFullYear() > 2023)
|
||||
toReturn += '<span>Stworzone przez <a href="https://kry008.xyz">KRY008</a> dla sztabu '+ process.env.SZTAB + ' © 2023-' + new Date().getFullYear() + '';
|
||||
|
|
Loading…
Reference in New Issue