Added a neat menu and a profile picture

Signed-off-by: Gergely Polonkai (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely Polonkai (W00d5t0ck)
2012-09-14 14:43:59 +02:00
parent cd096c1d20
commit fbee2e4c8d
6 changed files with 65 additions and 3 deletions

View File

@@ -11,11 +11,13 @@ use GergelyPolonkai\FrontBundle\Entity\Post;
* Description of BlogController
*
* @author polonkai.gergely
*
* @Route("/blog")
*/
class BlogController extends Controller
{
/**
* @Route("/blog/{year}/{month}/{day}/{slug}.html", name="GergelyPolonkaiFront_blogViewPost")
* @Route("/{year}/{month}/{day}/{slug}.html", name="GergelyPolonkaiFront_blogViewPost")
* @Template
*/
public function viewPostAction($year, $month, $day, $slug)