mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Fix for default banner entry.
This commit is contained in:
parent
e2b1a24029
commit
5df7c08282
@ -30,7 +30,7 @@ class banner_setup
|
|||||||
'banner_clientlogin' => '',
|
'banner_clientlogin' => '',
|
||||||
'banner_clientpassword' => '',
|
'banner_clientpassword' => '',
|
||||||
'banner_image' => '{e_PLUGIN}banner/images/banner1.png',
|
'banner_image' => '{e_PLUGIN}banner/images/banner1.png',
|
||||||
'banner_clickurl' => 'http://e107.org',
|
'banner_clickurl' => 'https://e107.org',
|
||||||
'banner_impurchased' => '0',
|
'banner_impurchased' => '0',
|
||||||
'banner_startdate' => '0',
|
'banner_startdate' => '0',
|
||||||
'banner_enddate' => '0',
|
'banner_enddate' => '0',
|
||||||
@ -38,7 +38,7 @@ class banner_setup
|
|||||||
'banner_clicks' => '0',
|
'banner_clicks' => '0',
|
||||||
'banner_impressions' => '0',
|
'banner_impressions' => '0',
|
||||||
'banner_ip' => '',
|
'banner_ip' => '',
|
||||||
'banner_description' => 'Learn more about e107 CMS.',
|
'banner_description' => '',
|
||||||
'banner_campaign' => 'e107promo'
|
'banner_campaign' => 'e107promo'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user