Browse Source

Add logo config variable

pull/40/head
discomrade 3 years ago
parent
commit
8cbeca99bf
  1. 4
      inc/config.php
  2. 3
      inc/instance-config.php

4
inc/config.php

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

3
inc/instance-config.php

@ -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';

Loading…
Cancel
Save