7 lines
291 B
PHP
7 lines
291 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
'accent_color' => env('accent_color', '#ff0050'),
|
||
|
'footer_left' => env('footer_left', 'Find the repository on <a href="https://github.com/Notoric/slink">GitHub</a>'),
|
||
|
'footer_right' => env('footer_right', 'Made by <a href="https://notoric.net">[Notoric]</a>'),
|
||
|
];
|