소스 검색

update: theme

tokumeikoi 2 년 전
부모
커밋
531a3a5dc4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      public/theme/v2board/dashboard.blade.php

+ 1 - 1
public/theme/v2board/dashboard.blade.php

@@ -52,7 +52,7 @@
 
 <body>
 <div id="root"></div>
-{{!! $config['custom_html'] !!}}
+{{!! $theme_config['custom_html'] !!}}
 <script src="/theme/{{$theme}}/assets/vendors.async.js?v={{$version}}"></script>
 <script src="/theme/{{$theme}}/assets/components.async.js?v={{$version}}"></script>
 <script src="/theme/{{$theme}}/assets/umi.js?v={{$version}}"></script>