13 lines
663 B
PHP
13 lines
663 B
PHP
{!!
|
|
Arr::get(
|
|
[
|
|
'Powered with ❤ by <a href="https://github.com/bs-community/blessing-skin-server">Blessing Skin Server</a>.',
|
|
'Powered by <a href="https://github.com/bs-community/blessing-skin-server">Blessing Skin Server</a>.',
|
|
'Proudly powered by <a href="https://github.com/bs-community/blessing-skin-server">Blessing Skin Server</a>.',
|
|
'由 <a href="https://github.com/bs-community/blessing-skin-server">Blessing Skin Server</a> 强力驱动。',
|
|
'自豪地采用 <a href="https://github.com/bs-community/blessing-skin-server">Blessing Skin Server</a>。'
|
|
],
|
|
option_localized('copyright_prefer', 0)
|
|
)
|
|
!!}
|