We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5665465 commit 87424e1Copy full SHA for 87424e1
resources/views/littlelink.blade.php
@@ -45,6 +45,7 @@ function themeAsset($path){
45
<meta name="viewport" content="width=device-width, initial-scale=1">
46
@endif
47
48
+@if(theme('allow_custom_background') != "false")
49
@php
50
$customBackgroundFile = findBackground($userinfo->id);
51
$customBackgroundPath = base_path('/img/background-img/'.$customBackgroundFile);
@@ -67,6 +68,7 @@ function themeAsset($path){
67
68
}
69
</style>
70
71
+@endif
72
73
<!--#### BEGIN Meta Tags social media preview images ####-->
74
<!-- This shows a preview for title, description and avatar image of users profiles if shared on social media sites -->
0 commit comments