I've got a CCK content type using a field called 'field_news_type'
I'm looking to conditionally output some code based on the value of the CCK field. The Field has a possible 3 values: Editorial Full News Article Teaser Article
I need to do something like:
if $field_news_type = Retail Week Teaser { //dothis }
Any pointers would be appreciated.
Thanks Mark