]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/StaticController.php
Handling socials links into a config file
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / StaticController.php
index b41302f855ccf131e69b1574749e5c185b07633e..f5fcabd8fe4e6cc93f6ddca1ae63f8ed3137be00 100644 (file)
@@ -12,9 +12,10 @@ class StaticController extends Controller
      */
     public function howtoAction()
     {
+        $addonsUrl = $this->container->getParameter('addons_url');
         return $this->render(
             'WallabagCoreBundle:Static:howto.html.twig',
-            []
+            ['addonsUrl' => $addonsUrl]
         );
     }