0)) { $fields = array( array ( 'text' => $strConfigurationSettings, 'items' => array ( array ( 'type' => 'url', 'name' => 'aConfig[webpath][admin]', 'text' => $strWebPathSimple, 'size' => '50', 'value' => $aConfig['webpath']['admin'], 'enabled' => true ), array ( 'type' => 'break' ), array ( 'type' => 'urln', 'name' => 'aConfig[webpath][delivery]', 'text' => $strDeliveryPath, 'req' => true, 'size' => '50', 'value' => $aConfig['webpath']['delivery'] ), array ( 'type' => 'break' ), array ( 'type' => 'urln', 'name' => 'aConfig[webpath][images]', 'text' => $strImagePath, 'req' => true, 'size' => '50', 'value' => $aConfig['webpath']['images'] ), array ( 'type' => 'break' ), array ( 'type' => 'urls', 'name' => 'aConfig[webpath][deliverySSL]', 'text' => $strDeliverySslPath, 'req' => true, 'size' => '50', 'value' => $aConfig['webpath']['deliverySSL'] ), array ( 'type' => 'break' ), array ( 'type' => 'urls', 'name' => 'aConfig[webpath][imagesSSL]', 'text' => $strImageSslPath, 'req' => true, 'size' => '50', 'value' => $aConfig['webpath']['imagesSSL'] ), array ( 'type' => 'break' ), array ( 'type' => 'text', 'name' => 'aConfig[store][webDir]', 'text' => $strImageStore, 'req' => true, 'size' => '50', 'value' => $aConfig['store']['webDir'] ), ) ) ); if ($prevPathRequired) { $prevPath = array ( 'text' => 'Previous install', 'items' => array( array ( 'type' => 'text', 'name' => 'previousPath', 'text' => $strPathToPrevious, 'req' => true, 'size' => '50', 'value' => $prevPath, 'hint' => $strPathToPreviousHint, ) ) ); array_unshift($fields, $prevPath); } $options->show($fields, $errormessage, 0, $imgPath); } else { ?>
 
  Configuration setup not needed, config file is present