1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Fix for default banner entry.

This commit is contained in:
Cameron 2017-01-10 11:52:24 -08:00
parent e2b1a24029
commit 5df7c08282

View File

@ -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'
); );