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