apologize for my inability... but in contact.php i have only this:
<?php
/**
 * @package     Joomla.Site
 * @subpackage  com_contact
 *
 * @copyright   Copyright (C) 2005 - 2016 Open Source Matters, Inc. All rights reserved.
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 */
 
defined('_JEXEC') or die;
 
require_once JPATH_COMPONENT . '/helpers/route.php';
 
$controller = JControllerLegacy::getInstance('Contact');
$controller->execute(JFactory::getApplication()->input->get('task'));
$controller->redirect();
 
 
For add HTML before form, how i do?
For example, if i wanted to add this:
 
<div>SEGUIMI SUI SOCIAL<br />
<a href=""><img src="socialicon.png"></a>
</div>
 
Where i add this?
(sorry for my bad English...i'm italian