You are here

function uc_store_init in Ubercart 7.3

Same name and namespace in other branches
  1. 5 uc_store/uc_store.module \uc_store_init()
  2. 6.2 uc_store/uc_store.module \uc_store_init()

Implements hook_init().

File

uc_store/uc_store.module, line 288
Contains global Ubercart functions and store administration functionality.

Code

function uc_store_init() {
  module_load_include('inc', 'uc_store', 'includes/tapir');
  global $conf;
  $conf['i18n_variables'][] = 'uc_store_name';
}