Skip to content

Commit 0053a75

Browse files
committed
Added option to themes to use default buttons
1 parent 5c37018 commit 0053a75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

resources/views/littlelink.blade.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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') ?>">

0 commit comments

Comments
 (0)