You are here

function asset_search_wizard_preview in Asset 6

Same name and namespace in other branches
  1. 5.2 contrib/asset_search/asset_search.module \asset_search_wizard_preview()
1 string reference to 'asset_search_wizard_preview'
asset_search_menu in contrib/asset_search/asset_search.module
Implementation of hook_menu().

File

contrib/asset_search/asset_search.module, line 182

Code

function asset_search_wizard_preview($cid) {
  $output = drupal_get_form('asset_search_wizard_preview_form', $cid);
  return theme('asset_wizard_page', $output);
}