You can provide query parameters using below code.
<?php
$text = 'Delete';...

Contribution Date
Technology
Contribution Project
Contribution Details

You can provide query parameters using below code.

<?php $text = 'Delete'; $dest = 'popup/nojs/node/1/delete'; $alt = 'Delete'; $class = 'ctools-modal-concept-multistep-style'; //custom modal style $type = 'ctools-use-modal'; drupal_add_library('system', 'drupal.ajax'); print l($text, $dest, array('html' => TRUE, 'query' => array('destination' => 'template-list'), 'attributes' => array('class' => array($type, $class), 'title' => $alt))); ?>
Issue Status
closed
Contribution Author
Files count
0
Patches count
0