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?
|
Is there a way to replace the value in view of a field to image? i.e: value = 101, so display
| ||||
|
feedback
|
|
If you are using Views you can simply change the settings of the field in a similar fashion to:
| |||
|
feedback
|