You are here

function invoice_init in Invoice 7

Implements hook_init()

File

./invoice.module, line 230
Invoice module

Code

function invoice_init() {
  _invoice_api_dispatch();
  _invoice_add_css_js();
}