You are here

function theme_asset_wizard_main in Asset 6

Same name and namespace in other branches
  1. 5.2 asset_wizard.module \theme_asset_wizard_main()
1 theme call to theme_asset_wizard_main()
asset_wizard_main in ./asset_wizard.module

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>';
}