Add logo config variable
This commit is contained in:
parent
8bfc0940bf
commit
8cbeca99bf
|
@ -1921,3 +1921,7 @@
|
||||||
|
|
||||||
//Empty board alias
|
//Empty board alias
|
||||||
$config['boards_alias'] = array();
|
$config['boards_alias'] = array();
|
||||||
|
|
||||||
|
//Logo location for themes
|
||||||
|
$config['logo'] = 'static/logo.png';
|
||||||
|
|
||||||
|
|
|
@ -109,6 +109,9 @@ $config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
|
||||||
//Banners
|
//Banners
|
||||||
$config['url_banner'] = '/banners.php';
|
$config['url_banner'] = '/banners.php';
|
||||||
|
|
||||||
|
//Logo location for themes
|
||||||
|
$config['logo'] = 'static/leftypol_logo.png';
|
||||||
|
|
||||||
//Date format
|
//Date format
|
||||||
$config['post_date'] = '%F (%a) %T';
|
$config['post_date'] = '%F (%a) %T';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue