/ Published in: PHP
This function goes in the {module_name}.views_default.inc file
Expand |
Embed | Plain Text
function {module_name}_views_default_views() { {...view code...} $views[$view->name] = $view; // include this line after each view's code return $views; }
You need to login to post a comment.
