/ Published in: PHP
I wanted to show a block of the current taxonomy term info (desc, name, img) in Drupal 6 views 2
Provide default argument
Expand |
Embed | Plain Text
$tid = arg(2); return $tid; }
You need to login to post a comment.
I wanted to show a block of the current taxonomy term info (desc, name, img) in Drupal 6 views 2
Provide default argument
$tid = arg(2); return $tid; }
You need to login to post a comment.