mod/gc_onboard/start.php 1 location
|
@@ 109-115 (lines=7) @@
|
106 |
|
} |
107 |
|
|
108 |
|
//About me |
109 |
|
if($userEnt->description){ |
110 |
|
$aboutIcon = '<span class="fa fa-check text-primary"></span>'; |
111 |
|
$aboutTotal = 100; |
112 |
|
}else{ |
113 |
|
$aboutIcon = '<span class="fa fa-exclamation-triangle text-danger"></span>'; |
114 |
|
$aboutTotal = 0; |
115 |
|
} |
116 |
|
|
117 |
|
//basic profile |
118 |
|
$basicCount = 0; |
mod/gc_onboard_collab/start.php 1 location
|
@@ 82-88 (lines=7) @@
|
79 |
|
} |
80 |
|
|
81 |
|
//About me |
82 |
|
if($userEnt->description){ |
83 |
|
$aboutIcon = '<span class="fa fa-check text-primary"></span>'; |
84 |
|
$aboutTotal = 100; |
85 |
|
}else{ |
86 |
|
$aboutIcon = '<span class="fa fa-exclamation-triangle text-danger"></span>'; |
87 |
|
$aboutTotal = 0; |
88 |
|
} |
89 |
|
|
90 |
|
//basic profile |
91 |
|
$basicCount = 0; |