Commit 254c526d authored by Nicolas Widart's avatar Nicolas Widart

Squashed 'Modules/Workshop/' changes from a6cc96b..31cd758

31cd758 switching asset function

git-subtree-dir: Modules/Workshop
git-subtree-split: 31cd7584c460a4a6cf8558ef8cfc9ce217598a9d
parent 693080c7
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
@stop @stop
@section('styles') @section('styles')
<link href="{{{ core_asset('css/vendor/iCheck/flat/blue.css') }}}" rel="stylesheet" type="text/css" /> <link href="{{{ Module::asset('core', 'css/vendor/iCheck/flat/blue.css') }}}" rel="stylesheet" type="text/css" />
@stop @stop
@section('content') @section('content')
...@@ -56,4 +56,4 @@ $( document ).ready(function() { ...@@ -56,4 +56,4 @@ $( document ).ready(function() {
}); });
}); });
</script> </script>
@stop @stop
\ No newline at end of file
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
@stop @stop
@section('styles') @section('styles')
<link href="{{{ core_asset('css/vendor/iCheck/flat/blue.css') }}}" rel="stylesheet" type="text/css" /> <link href="{{{ Module::asset('core', 'css/vendor/iCheck/flat/blue.css') }}}" rel="stylesheet" type="text/css" />
@stop @stop
@section('content') @section('content')
...@@ -48,4 +48,4 @@ $( document ).ready(function() { ...@@ -48,4 +48,4 @@ $( document ).ready(function() {
}); });
}); });
</script> </script>
@stop @stop
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment