You are here

function votingapi_init in Voting API 5

Same name and namespace in other branches
  1. 6 votingapi.module \votingapi_init()

File

./votingapi.module, line 25

Code

function votingapi_init() {
  if (module_exists('views')) {
    require_once drupal_get_path('module', 'votingapi') . '/votingapi_views.inc';
  }
}