By wrb123 on
does anyone know why this code would only output "Arguments: " and nothing else? I'm using it in Views2 Header, PHP Input Format, along with the Glossary view included in Views:
print "Arguments - ";
global $current_view;
print $current_view->args[0];
Comments
It's never too late to post
It's never too late to post the answer ;)
If you are using views 2 try this: