diff --git a/about.page b/about.page index 2db1dcf..a36f5d7 100755 --- a/about.page +++ b/about.page @@ -10,7 +10,7 @@ images: - /lot/x/user/index/2.png author: Taufik Nurrohman type: Markdown -version: 2.0.2 +version: 2.0.3 ... ### File diff --git a/index.php b/index.php index 0675cda..1e207b1 100644 --- a/index.php +++ b/index.php @@ -69,7 +69,8 @@ function route__user($content, $path, $query, $hash) { return ['page/user', [], 404]; } \lot('page', $user = new \User($file)); - \lot('t')[] = $user->user . ' (' . ($user->title = $user . "") . ')'; + \lot('t')[] = \i('User'); + \lot('t')[] = $user->title = $user . ""; \State::set('is', [ 'active' => !!\Is::user($user->user), 'error' => false,