function _workflow_ng_ui_path in Ubercart 5
1 call to _workflow_ng_ui_path()
- uc_taxes_help in uc_taxes/
uc_taxes.module
File
- uc_taxes/
uc_taxes.module, line 526
Code
function _workflow_ng_ui_path($url = FALSE) {
return $url ? url(WORKFLOW_NG_UI_PATH) : WORKFLOW_NG_UI_PATH;
}