File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,11 @@ function themeAsset($path){
95
95
<meta name =" designer" href =" {{ url (' ' ) . " /theme/@" . $littlelink_name } }" content =" {{ url (' ' ) . " /theme/@" . $littlelink_name } }" >
96
96
97
97
<link rel =" stylesheet" href =" themes/{{ $info -> theme } } /share.button.css" >
98
+ @if (theme (' use_default_buttons' ) == " true" )
99
+ <link rel =" stylesheet" href =" {{ asset (' littlelink/css/brands.css' ) } }" >
100
+ @else
98
101
<link rel =" stylesheet" href =" themes/{{ $info -> theme } } /brands.css" >
102
+ @endif
99
103
<link rel =" stylesheet" href =" themes/{{ $info -> theme } } /skeleton-auto.css" >
100
104
@if (file_exists (base_path (' themes/' . $info -> theme . ' /animations.css' )) )
101
105
<link rel =" stylesheet" href =" <?php echo asset (' themes/' . $info -> theme . ' /animations.css' ) ? >" >
You can’t perform that action at this time.
0 commit comments