]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Controller/StaticController.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Controller / StaticController.php
index 513a6c114f3ecaa5808aba21640f0f44c521eafc..3b844b44c500054cb47bd1412d9c7215399941d2 100644 (file)
@@ -7,6 +7,17 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller;
 
 class StaticController extends Controller
 {
+    /**
+     * @Route("/howto", name="howto")
+     */
+    public function howtoAction()
+    {
+        return $this->render(
+            'WallabagCoreBundle:Static:howto.html.twig',
+            array()
+        );
+    }
+
     /**
      * @Route("/about", name="about")
      */
@@ -18,7 +29,6 @@ class StaticController extends Controller
         );
     }
 
-
     /**
      * @Route("/", name="homepage")
      */