post_controller->index();
?>
=ucfirst(lang('about_general'))?>
=ucfirst(lang('about_general_username'))?> |
=$user['username']?> |
=ucfirst(lang('about_general_full_name'))?> |
=$user['first_name'] . ' ' . $user['last_name']?> |
=ucfirst(lang('about_general_email'))?> |
=$user['email']?> |
=ucfirst(lang('about_general_gender'))?> |
=$user['gender']?> |
=ucfirst(lang('about_general_birth_date'))?> |
=$user['birth_date']?> |
=ucfirst(lang('about_stats'))?>
=ucfirst(lang('about_stats_posts'))?> |
=$user['post_count']?> |
=ucfirst(lang('about_stats_like'))?> |
=$user['like_count']?> |
=ucfirst(lang('about_stats_comments'))?> |
=$user['comment_count']?> |
=ucfirst(lang('about_stats_following'))?> |
=$user['followed_count']?> |
=ucfirst(lang('about_stats_joined'))?> |
=$user['created']?> |
=ucfirst(lang('about_stats_seen'))?> |
=$user['seen']?> |
people_controller->content();
?>
people_controller->content();
?>