Hi All,
plz help its urgent!
My code contains
"........
'bx_if:req_status' => array(
'condition' => 1,
'content' => array('req_status' => $aEntry['mtr_status']),
// [$aEntry['mtr_status'] is value fetched from DB which is not blank
either]
),
"
...and corresponding html....
".........
<bx_if:req_status>
__req_status__
</bx_if:req_status>
"
but the result show __req_status__ as it is and not the parsed value.
Same page contains bx_if used and are showing parsed values. Whats the reason any idea?
Its D7
Thanks in Advance!