[themes] conditional output based on value of CCK field
Steve Ringwood
nevets at mailbag.com
Wed Jul 25 19:49:50 UTC 2007
Minor Point
switch ($node->field_news_type[0]['value'] == 'Retail Week Teaser') {
should be
switch ($node->field_news_type[0]['value']) {
Steve Ringwood
Nevets Software
More information about the themes
mailing list