Added the main page contents, currently static
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
@@ -6,8 +6,8 @@ use Symfony\Bundle\FrameworkBundle\Controller\Controller;
|
||||
|
||||
class DefaultController extends Controller
|
||||
{
|
||||
public function indexAction()
|
||||
public function articleAction($articleSlug)
|
||||
{
|
||||
return $this->render('KekRozsakFrontBundle:Default:index.html.twig', array());
|
||||
return $this->render('KekRozsakFrontBundle:Default:article.html.twig', array());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user