Hi, In the ViewHelpers example with gravatar method, how to actually call this method from template?, how to pass the email argument? Thanks, Jack
On Tue, Oct 5, 2010 at 2:02 AM, Jack <paccator@gmail.com> wrote: > In the ViewHelpers example with gravatar method, how to actually call > this method from template?, how to pass the email argument? It would probably look like this: https://gist.github.com/481aea6021028729a253 I've updated the README to reflect this.