/ Published in: PHP
Expand |
Embed | Plain Text
<?php $node = node_load(arg(1)); if (( $node->field_paquete[0]['value'] == 'Detalles' )or(arg(0)=='bodas')or(arg(0)=='invitaciones')) { return TRUE; } return FALSE; ?>
You need to login to post a comment.
