argument handling code

Fix for Views argument handling code

  1. static $arguments;
  2. print_r($arguments, TRUE);

Fix for Views argument handling code

  1. $path = $_GET['q'];
  2. $arguments = explode('/', $path);
  3. print_r($arguments);
  4. print $path;

Views argument handling code

  1. static $arguments;
  2. print_r($arguments, TRUE);
Syndicate content