Is there a way to replace the value in view of a field to image?

i.e: value = 101, so display <img src=/myfiles/101.gif> in hook / theme_() function instead of using a .tpl file?

link|improve this question

48% accept rate
feedback

1 Answer

up vote 1 down vote accepted

If you are using Views you can simply change the settings of the field in a similar fashion to: Rewrite the output of a field

link|improve this answer
wow dude thanks for the investment of time to do this screen shot +1! – amirash Apr 7 '11 at 23:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.