Index: /controller/wpsg_ShopController.class.php
===================================================================
--- /controller/wpsg_ShopController.class.php	(revision 5972)
+++ /controller/wpsg_ShopController.class.php	(revision 5973)
@@ -2986,8 +2986,17 @@
 			$arReplace['/%Z%/'] = strftime('%Z');
 
-			$arReplace['/%widerrufsformular_url%/i'] = '';
+			$arReplace['/%anfrageliste_url%/i'] = $this->getURL(wpsg_ShopController::URL_REQUEST);
+			$arReplace['/%warenkorb_url%/i'] = $this->getURL(wpsg_ShopController::URL_BASKET);
+			$arReplace['/%versandkosten_url%/i'] = $this->getURL(wpsg_ShopController::URL_VERSANDKOSTEN);			
+			$arReplace['/%agb_url%/i'] = $this->getURL(wpsg_ShopController::URL_AGB);
+			$arReplace['/%datenschutz_url%/i'] = $this->getURL(wpsg_ShopController::URL_DATENSCHUTZ);
 			$arReplace['/%widerruf_url%/i'] = $this->getURL(wpsg_ShopController::URL_WIDERRUF);
-			$arReplace['/%agb_url%/i'] = $this->getURL(wpsg_ShopController::URL_AGB);
-			
+			$arReplace['/%kundendaten_url%/i'] = $this->getURL(wpsg_ShopController::URL_CHECKOUT);
+			$arReplace['/%impressum_url%/i'] = $this->getURL(wpsg_ShopController::URL_IMPRESSUM);
+			$arReplace['/%profil_url%/i'] = $this->getURL(wpsg_ShopController::URL_PROFIL);
+			$arReplace['/%bestellungen_url%/i'] = $this->getURL(wpsg_ShopController::URL_ORDER);	
+			$arReplace['/%logout_url%/i'] = $this->getURL(wpsg_ShopController::URL_LOGOUT);
+			$arReplace['/%passwortvergessen_url%/i'] = $this->getURL(wpsg_ShopController::URL_LOSTPWD);
+									
 			/* Shopinfo */
 			$arReplace['/%shopinfo_name%/i'] = $this->get_option('wpsg_shopdata_name');
