Added Help button functionality.

Signed-off-by: Gergely POLONKAI <polesz@w00d5t0ck.info>
This commit is contained in:
Gergely POLONKAI
2012-08-17 18:22:13 +02:00
parent aed588e5e2
commit 528c373ad9
6 changed files with 101 additions and 1 deletions

View File

@@ -56,6 +56,7 @@
</div>
<div id="wrapper">
<div id="menu">
{# TODO: Dynamically generate menu #}
<ul>
<li><a href="{{ path('KekRozsakFrontBundle_homepage') }}">Főoldal - Aktuális</a></li>
<li><a href="{{ path('KekRozsakFrontBundle_articleView', { slug: 'rolunk' }) }}">Rólunk</a></li>
@@ -75,6 +76,9 @@
<div id="content-wrapper">
<div id="content-outline">
<div id="content">
{% if helpUrl is not null %}
<span id="help-button"><a href="{{ helpUrl }}">[Súgó]</a></span><br class="clear" />
{% endif %}
{% block content %}{% endblock %}
</div>
</div>