Skip to content

Instantly share code, notes, and snippets.

@pjedrzejewski
Created September 16, 2011 21:51
Show Gist options
  • Save pjedrzejewski/1223256 to your computer and use it in GitHub Desktop.
Save pjedrzejewski/1223256 to your computer and use it in GitHub Desktop.
Overriding templates in Symfony2, gist #1.
<?php
// ...
return $this->container->get('templating')->renderResponse('FOSUserBundle:Registration:register.html.'.$this->getEngine(), array(
'form' => $form->createView(),
'theme' => $this->container->getParameter('fos_user.template.theme'),
));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment