Hello,

In my footer, I use the invisimail function to encode a specific email:

$mail = variable_get('contact_details_mail');
$mail_settings = array('link' => 1);
$mail_protected = invisimail_encoder_js_entities_encode($mail, $mail_settings);

I have defined an invisimail filter (javascript) on my text format of node.
If I have in my page a text with an email information, this data is overriden by my email included in footer.

Is there possible to define a different function in my footer?

Thanks for your help.

Comments

harshil.maradiya’s picture

Hello Kumkum29,

Would you please provide me detail steps to reproduce this issue
because above information is not enough to understand the exact bug
for example

$mail = variable_get('contact_details_mail');
$mail_settings = array('link' => 1);
$mail_protected = invisimail_encoder_js_entities_encode($mail, $mail_settings);

Where are you using above code ?

which function are you trying to use form node body etc etc

Thanks & regards
Harshil