# getresponse/1.3.5/layouts/postbox/postbox_0/layout.php

GetResponse Forms by Optin Cat, version 1.3.5. 21 lines.

- Page: https://pluginprobe.com/plugins/getresponse/1.3.5/code/layouts/postbox/postbox_0/layout.php
- Raw: https://pluginprobe.com/plugins/getresponse/1.3.5/raw/layouts/postbox/postbox_0/layout.php
- Modified: 2015-06-12T09:52:22+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getresponse/1.3.5/code/layouts/postbox/postbox_0/layout.php#L10-L20`.

```php
<?php

/**
 * Information about the "Naked Form" layout
 * 
 * @package    Optin Cat
 */

$layout = array(
	'name' => __( 'No CSS' ),

	'texts' => array(
		'headline_copy' => 'Free Email Updates',
		'description_copy' => 'Get the latest content first.',
		'name_placeholder' => 'Name',
		'email_placeholder' => 'Email',
		'button_copy' => 'Join Now',
		'privacy_copy' => "100% Privacy. We don't spam.",
	),
);

```
