Moved front's main template to ::main_template.html.twig
Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
parent
cad25854b5
commit
f2370faa68
@ -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>
|
@ -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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user