src/Company/BaseBundle/Controller/IndexController.php
changeset 13 ed54c98a7fc8
parent 9 41a9fa70a47b
child 17 a16b5806e3f0
--- a/src/Company/BaseBundle/Controller/IndexController.php	Wed Oct 19 14:33:40 2011 +0200
+++ b/src/Company/BaseBundle/Controller/IndexController.php	Wed Oct 19 15:05:09 2011 +0200
@@ -76,4 +76,13 @@
         return $this->render('CompanyBaseBundle:Index:tag_embedder.html.twig', array('doc' => $doc));
     }
     
+    /**
+     * Template with the list of all tags
+     * 
+     */
+    public function allTagsAction()
+    {
+        return $this->render('CompanyBaseBundle:Index:taglist_embedder.html.twig');
+    }
+    
 }