You are here

function asset_bonus_mp3player_form in Asset 5.2

File

contrib/asset_bonus/asset_bonus.module, line 328

Code

function asset_bonus_mp3player_form($asset) {
  $form['width'] = array(
    '#type' => 'hidden',
    '#value' => '290',
  );
  $form['height'] = array(
    '#type' => 'hidden',
    '#value' => '24',
  );
  return $form;
}