bio
This commit is contained in:
parent
5419ed72f2
commit
02d2120c6a
4 changed files with 5 additions and 2 deletions
|
@ -10,7 +10,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="col content grow">
|
<div class="col content grow">
|
||||||
<div class="row grow">
|
<div class="row grow">
|
||||||
<div class="col">
|
<div class="col mb">
|
||||||
<strong class="name"><?=$this->format_model->name($user)?></strong>
|
<strong class="name"><?=$this->format_model->name($user)?></strong>
|
||||||
<span class="dim"><?=$user['follower_count'] . ' ' . ucfirst(lang('followers'))?></span>
|
<span class="dim"><?=$user['follower_count'] . ' ' . ucfirst(lang('followers'))?></span>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -127,6 +127,7 @@ function resetMedia(media_type) {
|
||||||
<?=__create_form($user, 'first_name')?>
|
<?=__create_form($user, 'first_name')?>
|
||||||
<?=__create_form($user, 'last_name')?>
|
<?=__create_form($user, 'last_name')?>
|
||||||
<?=__create_form($user, 'gender')?>
|
<?=__create_form($user, 'gender')?>
|
||||||
|
<?=__create_form($user, 'profile_bio')?>
|
||||||
<hr class="mt">
|
<hr class="mt">
|
||||||
<h2><?=ucfirst(lang('security_title'))?></h2>
|
<h2><?=ucfirst(lang('security_title'))?></h2>
|
||||||
<strong><?=ucfirst(lang('security_desc'))?></strong>
|
<strong><?=ucfirst(lang('security_desc'))?></strong>
|
||||||
|
|
|
@ -13,6 +13,8 @@ $lang['security_desc'] = 'Modify your account authentication information.';
|
||||||
$lang['media_title'] = 'Account Media';
|
$lang['media_title'] = 'Account Media';
|
||||||
$lang['media_desc'] = 'Modify your profiles avatar and banner.';
|
$lang['media_desc'] = 'Modify your profiles avatar and banner.';
|
||||||
|
|
||||||
|
$lang['ph_profile_bio'] = 'Profile Bio';
|
||||||
|
|
||||||
$lang['ph_avatar'] = 'Avatar';
|
$lang['ph_avatar'] = 'Avatar';
|
||||||
$lang['ph_banner'] = 'Banner';
|
$lang['ph_banner'] = 'Banner';
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?php /* Copyright (c) 2024 Freya Murphy */
|
<?php /* Copyright (c) 2024 Freya Murphy */
|
||||||
|
|
||||||
$lang['version'] = 'Version 2.0.4';
|
$lang['version'] = 'Version 2.0.5';
|
||||||
$lang['copyright'] = 'Freya Murphy © 2024';
|
$lang['copyright'] = 'Freya Murphy © 2024';
|
||||||
|
|
||||||
// Navigation Bar Lang
|
// Navigation Bar Lang
|
||||||
|
|
Loading…
Reference in a new issue