[symfony-users] Re: direct link to an image

2009-09-21 Thread DEEPAK BHATIA
Was it useful ? Regards Deepak On Sun, Sep 20, 2009 at 11:32 PM, DEEPAK BHATIA wrote: > image_tag('/misitio/web/images/image.jpg,array('border' => "0",'alt' > => 'Home', 'title' => 'Home')); > > > or > > > > Given in chapter 7. > > http://www.symfony-project.org/book/1_2/07-Inside-the-View-La

[symfony-users] Re: direct link to an image

2009-09-20 Thread DEEPAK BHATIA
image_tag('/misitio/web/images/image.jpg,array('border' => "0",'alt' => 'Home', 'title' => 'Home')); or Given in chapter 7. http://www.symfony-project.org/book/1_2/07-Inside-the-View-Layer On Sun, Sep 20, 2009 at 9:55 PM, Relez wrote: > > Hey there, > > I would like to create a link like t