Working : Update to bootstrap3 + Delete js filter for the moment

This commit is contained in:
mespeche
2013-09-04 17:09:59 +02:00
parent b9577e87e3
commit 7362a5a93b
21 changed files with 67 additions and 1248 deletions

View File

@@ -214,15 +214,15 @@
<script src="{$asset_url}"></script>
{/javascripts}
{block name="after-javascript-include"}{/block}
{javascripts file='assets/js/bootstrap/bootstrap.js'}
<script src="{$asset_url}"></script>
{/javascripts}
{block name="after-javascript-include"}{/block}
{block name="javascript-initialization"}{/block}
{* Modules scripts are included now *}
{module_include location='footer_js'}
{javascripts file='assets/js/bootstrap/bootstrap.js'}
<script src="{$asset_url}"></script>
{/javascripts}
</body>
</html>