function uc_store_init in Ubercart 5
Same name and namespace in other branches
- 6.2 uc_store/uc_store.module \uc_store_init()
- 7.3 uc_store/uc_store.module \uc_store_init()
Implementation of hook_init().
File
- uc_store/
uc_store.module, line 337 - Contains global Ubercart functions and store administration functionality.
Code
function uc_store_init() {
// Add base_path to the Drupal object for use in Ubercart .js files.
// uc_add_js(array('base_path' => base_path()), 'setting');
}