I put in the function mailto_enkode in the footer of my website. It does not put out anything. This is the code I used:
<? php if ( function_exists('enkode_mailto') ) : enkode_mailto('email@domain.com', 'eMail', 'Headline', 'Text'); endif; ?>
Isn't the function to use in the footer but only in the loop?