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 8b4c40f commit 00ec750Copy full SHA for 00ec750
resources/views/littlelink.blade.php
@@ -259,7 +259,7 @@ function get_operating_system() {
259
@endif
260
261
<!-- Your Name -->
262
- <h1 class="fadein">{{ $info->name }}@if($userinfo->role == 'vip' or $userinfo->role == 'admin')@include('components.verify-svg')@endif</h1>
+ <h1 class="fadein">{{ $info->name }}@if(($userinfo->role == 'vip' or $userinfo->role == 'admin') and theme('disable_verification_badge') != "true")@include('components.verify-svg')@endif</h1>
263
264
<!-- Short Bio -->
265
<div class="fadein"><center><p style="width:50%;min-width:300px;" class="fadein">@if(env('ALLOW_USER_HTML') === true){!! $info->littlelink_description !!}@else{{ $info->littlelink_description }}@endif</p></center></div>
0 commit comments