custom field problem
-
Hi, I have code like this:
echo ‘<div class=”mail expand”><span class=”ico”></span> <p class=”label”></p></div>’;
And I have made it like this, but it doesn’t work:
$mailto = '<a href="mailto:'. $header_email .'"><span class="ico"></span> <p class="label"></a>'; echo '<div class="mail expand">'. eeb_email_filter($mailto) .'</p></div>';
Please advice.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘custom field problem’ is closed to new replies.