File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 44
44
@if (env (' USE_THEME_PREVIEW_IFRAME' ) === false or $page -> littlelink_name == ' ' )
45
45
<center ><img style =" width :95% ;max-width :700px ;argin-left :1rem !important ;" src =" @if (file_exists (base_path () . '/ themes/' . $page -> theme . ' /preview.png' ) ){{ url ('/ themes/' . $page -> theme . ' /preview.png' )} }@elseif ($page -> theme === ' default' or empty ($page -> theme ) ){{ url (' /littlelink/images/themes/default.png' )} }@else {{ url (' /littlelink/images/themes/no-preview.png' )} }@endif " ></img ></center >
46
46
@else
47
- <iframe allowtransparency =" true" id =" frPreview" style =" background : #FFFFFF ;height :400px ;" class =' w-100' src =" {{ url (' ' ) } } /@<?= Auth:: user ()-> littlelink_name ? >" >Your browser isn't compatible</iframe >
47
+ <iframe frameborder = " 0 " allowtransparency =" true" id =" frPreview" style =" background : #FFFFFF ;height :400px ;" class =' w-100' src =" {{ url (' ' ) } } /@<?= Auth:: user ()-> littlelink_name ? >" >Your browser isn't compatible</iframe >
48
48
@endif
49
49
50
50
You can’t perform that action at this time.
0 commit comments