Subversion Repositories wpShopGermany4

Rev

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

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