diff --git a/inc/config.php b/inc/config.php index 9aa83e8f..34a72ce4 100644 --- a/inc/config.php +++ b/inc/config.php @@ -1921,3 +1921,7 @@ //Empty board alias $config['boards_alias'] = array(); + + //Logo location for themes + $config['logo'] = 'static/logo.png'; + diff --git a/inc/instance-config.php b/inc/instance-config.php index 5337197a..a5b18a43 100644 --- a/inc/instance-config.php +++ b/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'; diff --git a/templates/themes/categories/frames.html b/templates/themes/categories/frames.html index 7d02d584..400d3a3f 100644 --- a/templates/themes/categories/frames.html +++ b/templates/themes/categories/frames.html @@ -8,21 +8,38 @@