Advertisement
Guest User

SI_Email

a guest
Nov 9th, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.20 KB | None | 0 0
  1. In the file /templates/default/customers/details.tpl
  2.  
  3. Change the line:
  4. <td>{$customer.email|htmlsafe}</td>
  5.  
  6. To be
  7. <td><a href="mailto:{$customer.email|htmlsafe}">{$customer.email|htmlsafe}</a></td>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement