]> Raphaƫl G. Git Repositories - blogbundle/blobdiff - config/packages/rapsysblog.yaml
Update translations for new context layout
[blogbundle] / config / packages / rapsysblog.yaml
index 3dfa5db771f0f320ac31f1fdc37e53a64186ca0d..99e19286600ea9d9f047cbd0e3892e9c4c05d684 100644 (file)
@@ -139,7 +139,7 @@ rapsysuser:
                 title:
                     page: 'Recover'
         mail:
-            subject: 'Welcome back %%recipient_name%% to %%head.site%%'
+            subject: 'Welcome back %%recipient_name%% to %%title.site%%'
             html: '@RapsysBlog/mail/recover.html.twig'
             text: '@RapsysBlog/mail/recover.text.twig'
             context:
@@ -158,7 +158,7 @@ rapsysuser:
                 title:
                     page: 'Register'
         mail:
-            subject: 'Welcome %%recipient_name%% to %%head.site%%'
+            subject: 'Welcome %%recipient_name%% to %%title.site%%'
             html: '@RapsysBlog/mail/register.html.twig'
             text: '@RapsysBlog/mail/register.text.twig'
             context:
@@ -337,8 +337,8 @@ services:
         #arguments: [ '@service_container', '@router',  '%kernel.project_dir%/var/cache', '%rapsyspack.path%', 'facebook', '%rapsysblog.path%/png/facebook.png', { irishgrover: '%rapsysblog.path%/ttf/irishgrover.v10.ttf', labelleaurore: '%rapsysblog.path%/ttf/labelleaurore.v10.ttf', dejavusans: '%rapsysblog.path%/ttf/dejavusans.2.37.ttf', droidsans: '%rapsysblog.path%/ttf/droidsans.regular.ttf' } ]
         public: true
     #Register contact form type
-    Rapsys\BlogBundle\Form\ContactType:
-        arguments: [ '@rapsyspack.image_util', '@rapsyspack.slugger_util', '@translator' ]
+    Rapsys\PackBundle\Form\ContactType:
+        arguments: [ '@rapsyspack.image_util', '@rapsyspack.slugger_util', '@translator', true ]
         tags: [ 'form.type' ]
 
 # Twig configuration