5 lines
91 B
PHP
5 lines
91 B
PHP
<?php
|
|
|
|
function zeitfresser_get_default_footer_copyright() {
|
|
return "Zeitfresser ©";
|
|
} |