I am tring to get destination after reviews on node in drupal 7.
<?php
$destination = rupal_get_destination();
print l('Reply','node/add/reviews/'.$node->nid,array('query'=>array('destination'=>$destination['destination'])));
?>
<?php
$destination = rupal_get_destination();
print l('Reply','node/add/reviews/'.$node->nid,array('query'=>array('destination'=>$destination['destination'])));
?>
Comments
Post a Comment