File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
resources/views/linkstack/modules Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ function themeAsset($path){
22
22
23
23
@foreach ($information as $info ) @php $GLOBALS [' themeName' ] = $info -> theme ; @endphp @endforeach
24
24
25
- @if (theme (' enable_custom_code' ) == " true" and theme (' enable_custom_head' ) == " true" and env (' ALLOW_CUSTOM_CODE_IN_THEMES' ) == ' true' )@include ($GLOBALS [' themeName' ] . ' .extra.custom-head' )@endif
26
-
27
25
@if (theme (' allow_custom_background' ) != " false" )
28
26
@php
29
27
$customBackgroundFile = findBackground ($userinfo -> id );
@@ -50,6 +48,7 @@ function themeAsset($path){
50
48
@endif
51
49
52
50
@push (' linkstack-head-end' )
51
+ @if (theme (' enable_custom_code' ) == " true" and theme (' enable_custom_head' ) == " true" and env (' ALLOW_CUSTOM_CODE_IN_THEMES' ) == ' true' )@include ($GLOBALS [' themeName' ] . ' .extra.custom-head' )@endif
53
52
@if ($info -> theme != ' ' and $info -> theme != ' default' )
54
53
55
54
<!-- LinkStack Theme: "{{ $info -> theme } } " -->
You can’t perform that action at this time.
0 commit comments