I am going to give the AppHelper override method a try since it sounds like a piece of cake!
Thanks guys for the help. On Sep 17, 6:27 am, AD7six <[email protected]> wrote: > On Sep 17, 12:07 pm, euromark <[email protected]> wrote: > > > $this->Html->image($this->Html->url(..., TRUE)); > > the TRUE forms the url into a "http://...." address > > this can then by used as url for the image - voila > > that's a recipie for having > > $this->Html->image($this->Html->url("/img/" . $image, true)); > > throught the app (given the question wasn't how to do it for one > image, but all images) > > AD Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
