add a new entry point in each pages in bo for js include

This commit is contained in:
Manuel Raynaud
2013-12-17 10:21:18 +01:00
parent db2ad120b2
commit d6b524e39a
53 changed files with 207 additions and 5 deletions

View File

@@ -119,4 +119,8 @@
$('#attribute_list_management').load("{url noamp='1' path='/admin/configuration/templates/attributes/list' template_id=$template_id}");
});
</script>
{/block}
{block name="javascript-last-call"}
{module_include location='template-edit-js'}
{/block}