* adjust for task #5783

This commit is contained in:
wangyidong
2019-06-05 16:16:21 +08:00
parent 4feb3090e3
commit 1fbf720cae
10 changed files with 22 additions and 33 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<nav id='contentNav'>
<ul class='nav nav-default'>
<?php
$that = $app->getClientLang() == 'en' ? zget($lang->user->thirdPerson, $app->user->gender) : '';
$that = $app->getClientLang() == 'en' ? zget($lang->user->thirdPerson, $user->gender) : '';
echo "<li id='testtaskTab'>" . html::a($this->createLink('user', 'testtask', "account=$account"), $lang->user->testTask2Him . $that) . "</li>";
$active = $type == 'case2Him' ? 'active' : '';