Drupal: How to get views argument into header/footer/empty view
Posted
by p0larBoy
on Stack Overflow
See other posts from Stack Overflow
or by p0larBoy
Published on 2010-06-05T08:15:43Z
Indexed on
2010/06/05
8:22 UTC
Read the original article
Hit count: 187
I found this code snippet:
<?php
$view = views_get_current_view();
$arg0 = $view->args[0];
?>
but i don't know where to begin inserting this php code snippet.
© Stack Overflow or respective owner