Thanks guys. Sounds good..simple and easy.
Dave -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of John Andersen Sent: April-05-10 3:04 PM To: CakePHP Subject: Re: Change img folder? If you want the change to be permanent, then redefine the constant IMAGE_URL to 'images/', that should do it! Enjoy, John On Apr 4, 10:53 pm, jacmoe <[email protected]> wrote: > I believe you can just copy cake/config/paths.php to app/config/ > paths.php and edit it: > define('IMAGES', WWW_ROOT.'images'.DS); > > On Apr 4, 9:12 pm, "Dave" <[email protected]> wrote: > > > Is it possible to change the folder where cake looks for images when > > using $html->image? > > > I find that Photoshop loves to save everything into "images" so i > > have to take everything out of "images" and place it into "img" > > constantly. Would be easier if i could change cakes default "img" to "images" > > > Can this be done easily? > > > Dave 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 cake-php+at http://groups.google.com/group/cake-php?hl=en To unsubscribe, reply using "remove me" as the subject. 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
