wvuweb / hammer

A tool for CleanSlate theme development
https://cleanslate.wvu.edu
4 stars 2 forks source link

Radius image_url tag doesn't work #3

Closed adamjohnson closed 10 years ago

adamjohnson commented 10 years ago

The <r:image_url name="my-image.jpg" /> doesn't work in Hammer. This tag is required to use images in HTML & CleanSlate templates.

Eg:

<img src="<r:image_url name="projectme__logo.png" />" alt="Project ME" />
adamjohnson commented 10 years ago

Fixed in 3d2f75328456411e443e5a0353f99c16f57f1981. Good job @zeroedin.