Add logo config variable

This commit is contained in:
discomrade 2021-06-30 04:42:49 -02:00
parent 8bfc0940bf
commit 8cbeca99bf
2 changed files with 7 additions and 0 deletions

View File

@ -1921,3 +1921,7 @@
//Empty board alias
$config['boards_alias'] = array();
//Logo location for themes
$config['logo'] = 'static/logo.png';

View File

@ -109,6 +109,9 @@ $config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
//Banners
$config['url_banner'] = '/banners.php';
//Logo location for themes
$config['logo'] = 'static/leftypol_logo.png';
//Date format
$config['post_date'] = '%F (%a) %T';