Subversion Repositories wpShopGermany4

Rev

Rev 6619 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6619 Rev 6874
Line 38... Line 38...
38
			</div>
38
			</div>
39
		</div>
39
		</div>
40
	</form>
40
	</form>
41
 
41
 
42
	<?php
42
	<?php
43
 
43
	/*
44
		$this->view['data'] = $_SESSION['wpsg']['checkout'];
44
		$this->view['data'] = $_SESSION['wpsg']['checkout'];
45
		$this->view['error'] = $_SESSION['wpsg']['errorFields'];
45
		$this->view['error'] = $_SESSION['wpsg']['errorFields'];
46
		$this->view['pflicht'] = $this->loadPflichtFeldDaten();
46
		$this->view['pflicht'] = $this->loadPflichtFeldDaten();
47
		$this->view['laender'] = $this->db->fetchAssoc("SELECT * FROM `".WPSG_TBL_LAND."` ORDER BY `name` ASC");
47
		$this->view['laender'] = $this->db->fetchAssoc("SELECT * FROM `".WPSG_TBL_LAND."` ORDER BY `name` ASC");
48
 
48
 
49
		$this->clearMessages();
49
		$this->clearMessages();
50
 
50
 
51
		echo $this->render(WPSG_PATH_VIEW.'/mods/mod_kundenverwaltung/register.phtml', false);
51
		echo $this->render(WPSG_PATH_VIEW.'/mods/mod_kundenverwaltung/register.phtml', false);
52
 
52
	*/
53
	?>
53
	?>
54
 
54
 
55
</div>
55
</div>
56
56