* @subpackage Twenty_Eleven
 * @since Twenty Eleven 1.0
 */
global $lang;
global $pagename;
$device = $GLOBALS['device'];
$language = $GLOBALS['language'];
$wpUrl = $GLOBALS['wpUrl'];
$title = $GLOBALS['title'];
$collection = $GLOBALS['collection'];
$browserType = $GLOBALS['browserType'];
$browserVersion = $GLOBALS['browserVersion'];
$wpUrl = $GLOBALS['wpUrl'];
$error = true;
error_reporting(E_ALL);
$content = ca_get_content_text('');
$message = ca_get_message_text('');
include_once $_SERVER['DOCUMENT_ROOT'] . '/library/securimage/securimage.php';
$unityWidth = "five_UNITY_width";
$unityHeight = "six_UNITY_height";
if ($GLOBALS['device'] == "desktop") {
    $unityWidth = "six_UNITY_width";
    $unityHeight = "six_UNITY_height";
}
if ($GLOBALS['device'] == "phone") {
    $unityWidth = "";
    $unityHeight = "";
}
if (isset($_POST['first_name'])) {
    $content = "";
    // EDIT THE 2 LINES BELOW AS REQUIRED
 type="text/javascript" charset="utf-8"></script>
 

    	 <!-- CONTENITORE GENERALE DEL FORM CONTATTI  --> 
            <div id="contact_panel" class="main_content h-center assolve small_font">
            	<!-- BLOCCO TITOLO .... -->
                <div id="contact_title_block" class="h-center">
                	<h1 class="title_font"><?php 
echo get_the_title();
?>
</h1></div> 
                <!-- BLOCCO MESSAGGIO XXX PER ININBIRE CSS RELATIVO AI BLOCCHI (RIVEDERE) .... -->
               
            <!-- CARICAMENTO FORM MULTILINGUA DAL POST WORDPRESS .... -->
             <?php 
echo ca_get_content_text('') . ' ';
?>
                            
            </div>  <!-- FINE contact_panel -->      
  


 
        


<script>
	

      // Controlla la lingua prima di validare
  $(document).ready(function() {