function theme_asset_wizard_main in Asset 6
Same name and namespace in other branches
- 5.2 asset_wizard.module \theme_asset_wizard_main()
1 theme call to theme_asset_wizard_main()
File
- ./
asset_wizard.module, line 592 - Wizard-style interface for Asset.
Code
function theme_asset_wizard_main($items = array()) {
return '<div class="asset-wizard-main">' . theme('item_list', $items) . '</div>';
}