replaced section with stack for js/css
This commit is contained in:
		| @@ -29,9 +29,9 @@ | ||||
|      | ||||
|     <link rel="shortcut icon" href="{{ asset('public/img/favicon.ico') }}"> | ||||
|      | ||||
|     @yield('css') | ||||
|     @stack('css') | ||||
|  | ||||
|     @yield('stylesheet') | ||||
|     @stack('stylesheet') | ||||
|  | ||||
|     <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||||
|     <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||||
| @@ -60,7 +60,7 @@ | ||||
|         var url_search = '{{ url("search/search/search") }}'; | ||||
|     //--></script> | ||||
|  | ||||
|     @yield('js') | ||||
|     @stack('js') | ||||
|  | ||||
|     @yield('scripts') | ||||
|     @stack('scripts') | ||||
| </head> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user