mirror of
https://github.com/grocy/grocy.git
synced 2025-08-19 03:40:10 +00:00
Prepare for embedded mode
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
<link href="{{ $U('/css/grocy.css?v=', true) }}{{ $version }}" rel="stylesheet">
|
||||
@stack('pageStyles')
|
||||
|
||||
@if(file_exists(__DIR__ . '/../../data/custom_css.html'))
|
||||
@php include __DIR__ . '/../../data/custom_css.html' @endphp
|
||||
@if(file_exists(DATAPATH . '/custom_css.html'))
|
||||
@php include DATAPATH . '/custom_css.html' @endphp
|
||||
@endif
|
||||
|
||||
<script>
|
||||
@@ -252,8 +252,8 @@
|
||||
@stack('componentScripts')
|
||||
<script src="{{ $U('/viewjs', true) }}/@yield('viewJsName').js?v={{ $version }}"></script>
|
||||
|
||||
@if(file_exists(__DIR__ . '/../../data/custom_js.html'))
|
||||
@php include __DIR__ . '/../../data/custom_js.html' @endphp
|
||||
@if(file_exists(DATAPATH . '/custom_js.html'))
|
||||
@php include DATAPATH . '/custom_js.html' @endphp
|
||||
@endif
|
||||
</body>
|
||||
|
||||
|
Reference in New Issue
Block a user