Skip to content

Commit

Permalink
Fix admin footer / header (#3034)
Browse files Browse the repository at this point in the history
* Call the controller instead of simply including the template.

* Call the controller instead of simply including the template.
  • Loading branch information
cmfcmf authored and Guite committed Sep 1, 2016
1 parent 76044b3 commit 7eaa6d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ include('@ZikulaAdminModule/AdminInterface/footer.html.twig') }}
{{ render(controller('ZikulaAdminModule:AdminInterface:footer')) }}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{{ include('@ZikulaAdminModule/AdminInterface/header.html.twig') }}
{{ render(controller('ZikulaAdminModule:AdminInterface:header')) }}

0 comments on commit 7eaa6d6

Please sign in to comment.