@@ -262,13 +262,13 @@ function get_operating_system() {
262
262
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-title button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif >{{ $link -> title } } </a ></div >
263
263
@elseif ($link -> name === " phone" )
264
264
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-default button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ $link -> link } }" ><img alt =" button-icon" class =" icon hvr-icon" src =" @if (theme (' use_custom_icons' ) == " true" ){{ url (' themes/' . $GLOBALS [' themeName' ] . ' /extra/custom-icons' ) } } /phone{{ theme (' custom_icon_extension' )} } @else {{ asset (' \/littlelink/icons\/' ) } } phone.svg @endif " ></i >{{ $link -> title } } </a ></div >
265
- @elseif ($link -> name === " custom" and $link -> custom_css === " " or $link -> custom_css === " NULL" or theme (' allow_custom_buttons' ) == " false" )
265
+ @elseif ($link -> name === " custom" and $link -> custom_css === " " or $link -> custom_css === " NULL" or ( theme (' allow_custom_buttons' ) == " false" and $link -> name === " custom " ) )
266
266
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-{{ $link -> name } } button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><i style =" color : {{$link->custom_icon}}" class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
267
267
@elseif ($link -> name === " custom" and $link -> custom_css != " " )
268
268
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-hover icon-hover" style =" {{ $link -> custom_css } }" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><i style =" color : {{$link->custom_icon}}" class =" icon hvr-icon fa {{ $link -> custom_icon } }" ></i >{{ $link -> title } } </a ></div >
269
269
@elseif ($link -> name === " buy me a coffee" )
270
270
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-coffee button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" @if (theme (' use_custom_icons' ) == " true" ){{ url (' themes/' . $GLOBALS [' themeName' ] . ' /extra/custom-icons' ) } } /coffee{{ theme (' custom_icon_extension' )} } @else {{ asset (' \/littlelink/icons\/' ) } } coffee.svg @endif " >Buy me a Coffee</a ></div >
271
- @elseif ($link -> name === " custom_website" and $link -> custom_css === " " or $link -> custom_css === " NULL" or theme (' allow_custom_buttons' ) == " false" )
271
+ @elseif ($link -> name === " custom_website" and $link -> custom_css === " " or $link -> custom_css === " NULL" or ( theme (' allow_custom_buttons' ) == " false" and $link -> name === " custom " ) )
272
272
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-custom_website button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" https://icons.duckduckgo.com/ip3/{{ strp ($link -> link )} } .ico" >{{ $link -> title } } </a ></div >
273
273
@elseif ($link -> name === " custom_website" and $link -> custom_css != " " )
274
274
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-hover icon-hover" style =" {{ $link -> custom_css } }" rel =" noopener noreferrer nofollow" href =" {{ route (' clickNumber' ) . ' /' . $link -> id . ' /' . $link -> link } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" https://icons.duckduckgo.com/ip3/{{ strp ($link -> link )} } .ico" >{{ $link -> title } } </a ></div >
0 commit comments