From 888c2c6ab9a6940f58e69d5dc2668c02586cfa4f Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Tue, 22 Oct 2013 09:54:44 +0200 Subject: [PATCH] create routes for newsletter management --- .../lib/Thelia/Config/Resources/routing/front.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/core/lib/Thelia/Config/Resources/routing/front.xml b/core/lib/Thelia/Config/Resources/routing/front.xml index 74cf23db8..f73e2712c 100755 --- a/core/lib/Thelia/Config/Resources/routing/front.xml +++ b/core/lib/Thelia/Config/Resources/routing/front.xml @@ -168,6 +168,7 @@ Thelia\Controller\Front\Mail::test + Thelia\Controller\Front\DefaultController::noAction contact @@ -182,5 +183,19 @@ Thelia\Controller\Front\DefaultController::noAction contact-success + + + + + Thelia\Controller\Front\NewsletterController::subscribeAction + newsletter + + + + Thelia\Controller\Front\DefaultController::noAction + newsletter-success + + +