Specify banner size
This commit is contained in:
parent
dc81de9d5c
commit
a9743ab275
|
@ -108,6 +108,9 @@ $config['secure_trip_salt'] = 'ODQ2NDM0ODlmMmRhNzk2M2EyNjJlOW';
|
|||
|
||||
//Banners
|
||||
$config['url_banner'] = '/banners.php';
|
||||
// Fixed size prevents things moving as page loads
|
||||
$config['banner_width'] = 300;
|
||||
$config['banner_height'] = 100;
|
||||
|
||||
//Logo location for themes
|
||||
$config['logo'] = 'static/leftypol_logo.png';
|
||||
|
|
Loading…
Reference in New Issue