You are here

function i18nviews_enable in Internationalization Views 7.3

Same name and namespace in other branches
  1. 6.3 i18nviews.install \i18nviews_enable()

Implements hook_enable().

File

./i18nviews.install, line 17
Installation file for Internationalization Views (i18nviews) module.

Code

function i18nviews_enable() {

  // enable i18nstrings as views translation method
  variable_set('views_localization_plugin', 'i18nstrings');
}