| 1 |
<?php |
| 2 |
|
| 3 |
/** |
| 4 |
* Information about the "Naked Form" layout |
| 5 |
* |
| 6 |
* @package Optin Cat |
| 7 |
*/ |
| 8 |
|
| 9 |
$layout = array( |
| 10 |
'name' => __( 'No CSS' ), |
| 11 |
|
| 12 |
'texts' => array( |
| 13 |
'headline_copy' => 'Free Email Updates', |
| 14 |
'description_copy' => 'Get the latest content first.', |
| 15 |
'name_placeholder' => 'Name', |
| 16 |
'email_placeholder' => 'Email', |
| 17 |
'button_copy' => 'Join Now', |
| 18 |
'privacy_copy' => "We respect your privacy.", |
| 19 |
), |
| 20 |
); |
| 21 |
|