function asset_wizard_add in Asset 6
Same name and namespace in other branches
- 5.2 asset_wizard.module \asset_wizard_add()
1 string reference to 'asset_wizard_add'
- asset_wizard_menu in ./
asset_wizard.module - Implementation of hook_menu().
File
- ./
asset_wizard.module, line 531 - Wizard-style interface for Asset.
Code
function asset_wizard_add($type) {
$output = asset_add($type->type);
return theme('asset_wizard_page', $output);
}