And what do i add in condition in PHP, any example please?
deepM - February 11, 2009 - 01:05
| Project: | Node breadcrumb |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
What can be added in conditon, could you post some example this doesnt look like condition ?
$node->type == 'story' || $node->type == 'news right?

#1
e.g. conditions on CCK-fields: $node->field_my_field[0]['value'] == 5
#2