File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -213,9 +213,9 @@ function themeAsset($path){
213
213
@elseif ($button [' button' ] === " buy me a coffee" )
214
214
<div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-coffee button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ $button [' 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 >
215
215
@elseif ($button [' button' ] === " custom_website" and ($button [' custom_css' ] === " " or $button [' custom_css' ] === " NULL" ) or (theme (' allow_custom_buttons' ) == " false" and $button [' button' ] === " custom_website" ) )
216
- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-custom_website button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ $button [' link' ] } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset (' studio/favicon/favicon.gif' )} }" onload =" this.src='{{ url (' ico' ). ' ?' . $button [' link ' ]} } '" loading =" lazy" >{{ $button [' title' ] } } </a ></div >
216
+ <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-custom_website button button-hover icon-hover" rel =" noopener noreferrer nofollow" href =" {{ $button [' link' ] } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset (' studio/favicon/favicon.gif' )} }" onload =" this.src='{{ url (' ico' ). ' ?' . $button [' id ' ]} } '" loading =" lazy" >{{ $button [' title' ] } } </a ></div >
217
217
@elseif ($button [' button' ] === " custom_website" and $button [' custom_css' ] != " " )
218
- <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-hover icon-hover" style =" {{ $button [' custom_css' ] } }" rel =" noopener noreferrer nofollow" href =" {{ $button [' link' ] } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset (' studio/favicon/favicon.gif' )} }" onload =" this.src='{{ url (' ico' ). ' ?' . $button [' link ' ]} } '" loading =" lazy" >{{ $button [' title' ] } } </a ></div >
218
+ <div style =" --delay : {{ $initial ++ }}s " class =" button-entrance" ><a class =" button button-hover icon-hover" style =" {{ $button [' custom_css' ] } }" rel =" noopener noreferrer nofollow" href =" {{ $button [' link' ] } }" @if (theme (' open_links_in_same_tab' ) != " true" )target =" _blank" @endif ><img alt =" button-icon" class =" icon hvr-icon" src =" {{ asset (' studio/favicon/favicon.gif' )} }" onload =" this.src='{{ url (' ico' ). ' ?' . $button [' id ' ]} } '" loading =" lazy" >{{ $button [' title' ] } } </a ></div >
219
219
@elseif ($button [' button' ] === " space" )
220
220
<?php
221
221
if (is_numeric ($button [' title' ]) and $button [' title' ] < 10 )
You can’t perform that action at this time.
0 commit comments