forked from leftypol/leftypol
Specify banner size
This commit is contained in:
parent
55e6735024
commit
74b1859972
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue