Skip to content
This repository has been archived by the owner on Feb 11, 2018. It is now read-only.

Commit

Permalink
Merge pull request #38 from Prezent/knp-menu-translations
Browse files Browse the repository at this point in the history
Extend KnpMenu bundle template, fixes menu trannslations
  • Loading branch information
Florian Belhomme authored Oct 27, 2016
2 parents 4b9ba3d + 5dd9f31 commit fa8df0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/views/Menu/foundation_knp_menu.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'knp_menu.html.twig' %}
{% extends 'KnpMenuBundle::menu.html.twig' %}

{% block root %}
{% set isTopBar = 'topbar' == item.extra('menu_type') %}
Expand Down

0 comments on commit fa8df0d

Please sign in to comment.