Added the main page contents, currently static

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-07-01 14:50:25 +02:00
parent d2f982bb95
commit 60c0ef8e00
9 changed files with 267 additions and 5 deletions

View File

@@ -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());
}
}