Image overloading

Thought this might be useful. Maybe useful enough to put into engines.
I saw the new engine_image helpers, but this lets you use existing the
image_tag and image_path helpers and if you don’t have the image in
your application public dir, it goes through the engine public dirs
until it finds it.

Basically this lets you do image overloading. : )