mirror of
https://github.com/claradex/nativegallery.git
synced 2025-02-23 03:59:50 +03:00
Update Index.php
This commit is contained in:
parent
e82faca521
commit
540e643e9a
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ $birthdate = json_decode($userprofile->i('content'), true)['aboutbirthday']['val
|
||||||
<div class="p20" style="margin-top: 8px; background-color: white !important;">
|
<div class="p20" style="margin-top: 8px; background-color: white !important;">
|
||||||
<h4>О себе</h4>
|
<h4>О себе</h4>
|
||||||
<?=
|
<?=
|
||||||
$about
|
htmlspecialchars($about)
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
<?php } else if ($usercttc === True) {
|
<?php } else if ($usercttc === True) {
|
||||||
|
|
Loading…
Reference in a new issue