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){
9595 <meta name =" designer" href =" {{ url (' ' ) . " /theme/@" . $littlelink_name } }" content =" {{ url (' ' ) . " /theme/@" . $littlelink_name } }" >
9696
9797 <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
98101 <link rel =" stylesheet" href =" themes/{{ $info -> theme } } /brands.css" >
102+ @endif
99103 <link rel =" stylesheet" href =" themes/{{ $info -> theme } } /skeleton-auto.css" >
100104@if (file_exists (base_path (' themes/' . $info -> theme . ' /animations.css' )) )
101105 <link rel =" stylesheet" href =" <?php echo asset (' themes/' . $info -> theme . ' /animations.css' ) ? >" >
You can’t perform that action at this time.
0 commit comments