Created
November 9, 2014 23:27
-
-
Save bran921007/4d11d7f4ce8851742cc0 to your computer and use it in GitHub Desktop.
format view project Linc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@extends('layouts.layout') | |
@section('content') | |
@stop | |
@section('footerJS') | |
<!-- BEGIN CORE JS FRAMEWORK--> | |
{{ HTML::script('assets/plugins/jquery-1.8.3.min.js') }} | |
{{ HTML::script('assets/plugins/jquery-ui/jquery-ui-1.10.1.custom.min.js') }} | |
{{ HTML::script('assets/plugins/bootstrap/js/bootstrap.min.js') }} | |
{{ HTML::script('assets/plugins/breakpoints.js') }} | |
{{ HTML::script('assets/plugins/jquery-unveil/jquery.unveil.min.js') }} | |
{{ HTML::script('assets/plugins/jquery-block-ui/jqueryblockui.js') }} | |
<!-- END CORE JS FRAMEWORK --> | |
<!-- BEGIN PAGE LEVEL JS --> | |
{{ HTML::script('assets/plugins/jquery-slider/jquery.sidr.min.js') }} | |
{{ HTML::script('assets/plugins/jquery-slimscroll/jquery.slimscroll.min.js') }} | |
{{ HTML::script('assets/plugins/pace/pace.min.js') }} | |
{{ HTML::script('assets/plugins/jquery-numberAnimate/jquery.animateNumbers.js') }} | |
{{ HTML::script('assets/plugins/skycons/skycons.js') }} | |
{{ HTML::script('assets/plugins/pace/pace.min.js') }} | |
{{ HTML::script('assets/plugins/jquery-superbox/js/superbox.js') }} | |
<!-- END PAGE LEVEL PLUGINS --> | |
<script> | |
$(function() { | |
// Call SuperBox - that's it! | |
$('.superbox').SuperBox(); | |
}); | |
</script> | |
<!-- END PAGE LEVEL PLUGINS --> | |
<!-- BEGIN CORE TEMPLATE JS --> | |
{{ HTML::script('assets/js/core.js') }} | |
{{ HTML::script('assets/js/chat.js') }} | |
{{ HTML::script('assets/js/demo.js') }} | |
<!-- END CORE TEMPLATE JS --> | |
@stop | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment