1. get('box_steps_step_1'); ?>
  2. get('box_steps_step_2'); ?>
  3. get('box_steps_step_3'); ?>
  4. get('box_steps_step_4'); ?>

get('page_title_installation'); ?>

get('text_installation'); ?>

get('box_info_step_3_title'); ?>

get('box_info_step_3_text'); ?>

get('page_heading_step_3'); ?>

get('param_store_name') . '
' . osc_draw_input_field('CFG_STORE_NAME', null, 'class="text"'); ?>
get('param_store_name_description'); ?>
get('param_store_owner_name') . '
' . osc_draw_input_field('CFG_STORE_OWNER_NAME', null, 'class="text"'); ?>
get('param_store_owner_name_description'); ?>
get('param_store_owner_email_address') . '
' . osc_draw_input_field('CFG_STORE_OWNER_EMAIL_ADDRESS', null, 'class="text"'); ?>
get('param_store_owner_email_address_description'); ?>
get('param_administrator_username') . '
' . osc_draw_input_field('CFG_ADMINISTRATOR_USERNAME', null, 'class="text"'); ?>
get('param_administrator_username_description'); ?>
get('param_administrator_password') . '
' . osc_draw_input_field('CFG_ADMINISTRATOR_PASSWORD', null, 'class="text"'); ?>
get('param_administrator_password_description'); ?>
get('param_database_import_sample_data'); ?> get('param_database_import_sample_data_description'); ?>

getCode() . '/images/buttons/continue.gif" border="0" alt="' . $osC_Language->get('image_button_continue') . '" />'; ?>  ' . $osC_Language->get('image_button_cancel') . ''; ?>

$value) { if (($key != 'x') && ($key != 'y')) { if (is_array($value)) { for ($i=0, $n=sizeof($value); $i<$n; $i++) { echo osc_draw_hidden_field($key . '[]', $value[$i]); } } else { echo osc_draw_hidden_field($key, $value); } } } ?>