start integration default template
This commit is contained in:
18
templates/default_save/includes/footer.html
Executable file
18
templates/default_save/includes/footer.html
Executable file
@@ -0,0 +1,18 @@
|
||||
{* Include required JS files *}
|
||||
|
||||
{javascripts file='../assets/js/*'}
|
||||
<script src="{$asset_url}"></script>
|
||||
{/javascripts}
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$('#jquery_block').html("Jquery is now loaded.").hover(function() {
|
||||
$(this).css('font-weight', 'bold');
|
||||
}, function() {
|
||||
$(this).css('font-weight', 'normal');
|
||||
});
|
||||
});
|
||||
</script>
|
||||
{debugbar_render}
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user