/includes/languages/english/band_signup.php
<?php
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce |
// +----------------------------------------------------------------------+
// | Copyright &copy; 2003 The zen-cart developers |
// | |
// | http://www.zen-cart.com/index.php |
// | |
// | Portions Copyright &copy; 2003 osCommerce |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license, |
// | that is bundled with this package in the file LICENSE, and is |
// | available through the world-wide-web at the following url: |
// | http://www.zen-cart.com/license/2_0.txt. |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to |
// | license AT zen-cart DOT com so we can mail you a copy immediately. |
// +----------------------------------------------------------------------+
// &#036;Id: band_signup.php,v 1.0 2004/07/14 00:00:00 DrByteZen Exp &#036;
//

define(&#39;HEADING_TITLE&#39;, &#39;Band Sign-Up&#39;);
define(&#39;NAVBAR_TITLE&#39;, &#39;Band Sign-Up&#39;);
define(&#39;TEXT_SUCCESS&#39;, &#39;Your message has been successfully sent.&#39;);
define(&#39;EMAIL_SUBJECT&#39;, &#39;Sign-up from Bionic Banana&#33;&#39;);

define(&#39;ENTRY_NAME&#39;, &#39;Full Name:&#39;);
define(&#39;ENTRY_EMAIL&#39;, &#39;E-Mail Address:&#39;);
define(&#39;ENTRY_ENQUIRY&#39;, &#39;Message:&#39;);

define(&#39;SEND_TO_ADDRESS&#39;,&#39;[email protected]&#39;);
define(&#39;SIGN_US_UP&#39;,&#39;SIGN US UP&#33;&#39;);
?>