forked from leftypol/leftypol
Add logo config variable
This commit is contained in:
parent
a86d0f7a9d
commit
bef84432f8
2 changed files with 7 additions and 0 deletions
|
@ -1921,3 +1921,7 @@
|
|||
|
||||
//Empty board alias
|
||||
$config['boards_alias'] = array();
|
||||
|
||||
//Logo location for themes
|
||||
$config['logo'] = 'static/logo.png';
|
||||
|
||||
|
|
|
@ -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…
Add table
Add a link
Reference in a new issue