Published in: Other
function phptemplate_send_template() { $template = '<table><tr>'; $template. = "<td>".other stuff."</td>"; $template. = "<td>%messagen%bodyn</td>"; $template. = '</tr></table>'; return $template; }
You need to login to post a comment.
