function advpoll_init in Advanced Poll 5
Same name and namespace in other branches
- 6.3 advpoll.module \advpoll_init()
- 6 advpoll.module \advpoll_init()
- 6.2 advpoll.module \advpoll_init()
Implementation of hook_init().
File
- ./
advpoll.module, line 193 - Advanced Poll - a sophisticated polling module for voting, elections, and group decision-making.
Code
function advpoll_init() {
if (module_exists('views')) {
require_once drupal_get_path('module', 'advpoll') . '/advpoll_views.inc';
}
}