use Shopware\Models\Customer\Customer;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\HttpFoundation\Response;
class Shopware_Controllers_Frontend_Register extends Enlight_Controller_Action
{ /**
* Will be called from the dispatcher before an action is processed
*/
public function preDispatch() { $this->
View()->
setScope(Enlight_Template_Manager::SCOPE_PARENT
);
} /**
* Will be called when no action is supplied
*/
public function indexAction() { $sTarget =
$this->
Request()->
getParam('sTarget', 'account'
);
$sTargetAction =
$this->
Request()->
getParam('sTargetAction', 'index'
);
$this->
View()->
assign([