Skip to content

Commit

Permalink
Merge pull request #318 from jverdeyen/feature/layout_inheritence
Browse files Browse the repository at this point in the history
Add custom js,css header and js footer in layout file
  • Loading branch information
jockri committed Jul 16, 2014
2 parents cfc63b0 + 47ceaa6 commit 220aa9e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
Empty file.
Empty file.
Empty file.
5 changes: 5 additions & 0 deletions Resources/views/Default/layout.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@
%}
<script src="{{ asset_url }}"></script>
{% endjavascripts %}

{% include "KunstmaanAdminBundle:Default:_js_header.html.twig" %}
{% include "KunstmaanAdminBundle:Default:_css_header.html.twig" %}
</head>


Expand Down Expand Up @@ -248,6 +251,8 @@
}, 150);
});
});
{% include "KunstmaanAdminBundle:Default:_js_footer.html.twig" %}
</script>
</body>
</html>

0 comments on commit 220aa9e

Please sign in to comment.