| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* @package Optin Cat |
| 5 |
*/ |
| 6 |
|
| 7 |
require_once dirname( __FILE__ ) . '/../../common/layout_2/layout.php'; |
| 8 |
|
| 9 |
$layout = fca_eoi_layout_descriptor_2( 'Layout 2', 'layout_2', array( |
| 10 |
'headline_copy' => 'Email Goodies', |
| 11 |
'description_copy' => 'Subscribe now and be the first to receive all the latest updates!', |
| 12 |
'name_placeholder' => 'Name', |
| 13 |
'email_placeholder' => 'Email', |
| 14 |
'button_copy' => 'Sign Up Now', |
| 15 |
'privacy_copy' => "100% Privacy. We don't spam.", |
| 16 |
) ); |
| 17 |
|