/ 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
Provide default argument
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$tid = arg(2); return $tid; }