| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* @package Optin Cat |
| 5 |
*/ |
| 6 |
|
| 7 |
require_once dirname( __FILE__ ) . '/../../common/layout_5/layout.php'; |
| 8 |
|
| 9 |
$layout = fca_eoi_layout_descriptor_5( 'Postbox 5', 'postbox_5', array( |
| 10 |
'headline_copy' => 'Free Email Updates', |
| 11 |
'description_copy' => 'Get the latest content first.', |
| 12 |
'name_placeholder' => 'Name', |
| 13 |
'email_placeholder' => 'Email', |
| 14 |
'button_copy' => 'Join Now', |
| 15 |
'privacy_copy' => "100% Privacy. We don't spam.", |
| 16 |
) ); |
| 17 |
|