function views_atom_init in Views Atom 7
Implements hook_init().
File
- ./
views_atom.module, line 6
Code
function views_atom_init() {
//require_once drupal_get_path('module', 'views_atom') .'/views_atom.theme.inc';
}
Implements hook_init().
function views_atom_init() {
//require_once drupal_get_path('module', 'views_atom') .'/views_atom.theme.inc';
}