|
@@ -43,7 +43,6 @@ abstract class Profile extends Page
|
|
|
$this->fIndex = $this->rules->my ? self::FI_PROFL : self::FI_USERS;
|
|
|
$this->nameTpl = 'profile';
|
|
|
$this->onlinePos = 'profile-' . $this->curUser->id; // ????
|
|
|
- $this->title = __(['%s\'s profile', $this->curUser->username]);
|
|
|
|
|
|
return true;
|
|
|
}
|