Moved front's main template to ::main_template.html.twig

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely 2012-07-01 22:27:22 +02:00
parent cad25854b5
commit f2370faa68
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<ul>
<li><a href="{{ path('KekRozsakFrontBundle_homepage') }}">Főoldal - Aktuális</a></li>
<li><a href="{{ path('KekRozsakFrontBundle_article', { articleSlug: 'rolunk' }) }}">Rólunk</a></li>
<li><a href="">Fórum</a></li>
<li><a href="{{ path('KekRozsakFrontBundle_forum_main') }}">Fórum</a></li>
<li><a href="{{ path('KekRozsakFrontBundle_article', { articleSlug: 'a-magiarol-roviden' }) }}">A Mágiáról röviden</a></li>
<li><a href="{{ path('KekRozsakFrontBundle_article', { articleSlug: 'rendek' }) }}">Rendek</a></li>
<li><a href="{{ path('KekRozsakFrontBundle_article', { articleSlug: 'a-regiek' }) }}">A régiek</a></li>

View File

@ -1,4 +1,4 @@
{% extends 'KekRozsakFrontBundle:Default:front_template.html.twig' %}
{% extends '::main_template.html.twig' %}
{% block title%} - {{ article.title }}{% endblock title %}
{% block content %}
{{ article.text|raw }}