i have this code:
if($this->helix3->getParam('contact_email')) $output .= '<li class="sp-contact-email"><i class="fa fa-envelope"></i> ' . $this->helix3->getParam('contact_email') . '</li>';
$output .= '<ul>';
return $output;
I would like that click in the frontpage will send an email to the result of the getParam('contact_email')
if($this->helix3->getParam('enable_contactinfo')) { $output = '
– Matteo De Luca Feb 26 '15 at 17:27'; if($this->helix3->getParam('contact_email')) $output .= '- xxx@xxx.it
' .
$output .= '
'; return $output;