Beispiel #1
0
echo $url_logout;
?>
">退出</a>
				</div>
				<div >
					测过<sapn class="common-color"><?php 
echo UserProfile::getTestingCount(ZCommonSessionFun::get_user_id());
?>
</sapn>次
				</div>
				<div onclick="javascript:window.top.document.location='<?php 
echo Yii::$app->urlManager->createUrl(['my/uid-fans', 'uid' => $sessionUser['uid']]);
?>
'">
					粉丝<sapn class="common-color"><?php 
echo UsersFriends::get_concern_count(ZCommonSessionFun::get_user_id());
?>
</sapn>人
				</div>
			</td>
		</tr>
	</table>
</div>
<?php 
?>
<nav class="user-menu">
	<a class="<?php 
echo $header_user_name_select0;
?>
" href="<?php 
echo $url_my_test;
Beispiel #2
0
				</div>
			</td>
			<td class="td-3">

				<div >
					测过<sapn class="common-color"><?php 
echo UserProfile::getTestingCount($uid);
?>
</sapn>次
				</div>
				<div onclick="javascript:window.top.document.location='<?php 
echo Yii::$app->urlManager->createUrl(['my/uid-fans', 'uid' => $uid]);
?>
'">
					粉丝<sapn class="common-color"><?php 
echo UsersFriends::get_concern_count($uid, false);
?>
</sapn>人
				</div>
			</td>
		</tr>
	</table>
</div>
<?php 
?>
<nav class="user-menu">
	<a href="<?php 
echo $url_ta_me_test;
?>
" class="<?php 
echo $header_user_name_select0;