forked from Thunix/www
well-needed updates and fixes
This commit is contained in:
@@ -123,15 +123,15 @@ function phpfmg_mail_template(){
|
||||
|
||||
|
||||
|
||||
|
||||
# --- Array of Form Elements ---
|
||||
$GLOBALS['form_mail'] = array();
|
||||
$GLOBALS['form_mail']['field_0'] = array( "name" => "field_0", "text" => "Contact Name:", "type" => "sender's name", "instruction" => "", "required" => "Required" ) ;
|
||||
$GLOBALS['form_mail']['field_1'] = array( "name" => "field_1", "text" => "Email Address:", "type" => "sender's email", "instruction" => "", "required" => "Required" ) ;
|
||||
$GLOBALS['form_mail']['field_2'] = array( "name" => "field_2", "text" => "Subject:", "type" => "text", "instruction" => "", "required" => "Required" ) ;
|
||||
$GLOBALS['form_mail']['field_3'] = array( "name" => "field_3", "text" => "Message:", "type" => "textarea", "instruction" => "", "required" => "Required" ) ;
|
||||
|
||||
|
||||
|
||||
# --- Array of Form Elements ---
|
||||
$GLOBALS['form_mail'] = array();
|
||||
$GLOBALS['form_mail']['field_0'] = array( "name" => "field_0", "text" => "Contact Name:", "type" => "sender's name", "instruction" => "", "required" => "Required" ) ;
|
||||
$GLOBALS['form_mail']['field_1'] = array( "name" => "field_1", "text" => "Email Address:", "type" => "sender's email", "instruction" => "", "required" => "Required" ) ;
|
||||
$GLOBALS['form_mail']['field_2'] = array( "name" => "field_2", "text" => "Subject:", "type" => "text", "instruction" => "", "required" => "Required" ) ;
|
||||
$GLOBALS['form_mail']['field_3'] = array( "name" => "field_3", "text" => "Message:", "type" => "textarea", "instruction" => "", "required" => "Required" ) ;
|
||||
|
||||
|
||||
/**
|
||||
* GNU Library or Lesser General Public License version 2.0 (LGPLv2)
|
||||
*/
|
||||
@@ -2016,23 +2016,12 @@ function phpfmg_header( $title="", $keywords="", $description="" ){
|
||||
if( !$formOnly ){
|
||||
?>
|
||||
<?php include 'HEADER.php'; ?>
|
||||
<title>Contact Us - thunix Community</title>
|
||||
<title>Contact Us - thunix</title>
|
||||
<?php
|
||||
}
|
||||
phpfmg_form_css();
|
||||
?>
|
||||
</head>
|
||||
<body>
|
||||
<div id="top">
|
||||
<div id="header">
|
||||
<div id="logo">
|
||||
<h1>☣ thunix</h1>
|
||||
</div>
|
||||
</div>
|
||||
<div id="page">
|
||||
<div id="page-bgtop">
|
||||
<div id="page-bgbtm">
|
||||
<div id="content">
|
||||
<?php include 'HEADER2.php'; ?>
|
||||
<div class="post">
|
||||
<h2 class="title">Contact Us</h2>
|
||||
<div style="clear: both;"> </div>
|
||||
|
||||
Reference in New Issue
Block a user