Example #1
0
 public function topicStylesheets(\Symbb\Core\EventBundle\Event\TemplateDefaultEvent $event)
 {
     $event->render('SymbbExtensionRatingBundle::stylesheets.html.twig', array());
 }
Example #2
0
 public function renderBox(TemplateDefaultEvent $event)
 {
     $event->render('SymbbExtensionShoutboxBundle:Shoutbox:small.html.twig', array());
 }