/ Published in: PHP
This will trigger views to load the views in the file {module_name}.views_default.inc
Expand |
Embed | Plain Text
function {module_name}_views_api() { }
You need to login to post a comment.
jonathanpglick on 07/27/09
1 person have marked this snippet as a favorite
This will trigger views to load the views in the file {module_name}.views_default.inc
function {module_name}_views_api() { }
You need to login to post a comment.