mirror of
https://github.com/claradex/nativegallery.git
synced 2024-12-22 16:41:04 +03:00
Просто дичайший костыль
Конфликт .p20 в файлах photo.css и style.css надо фиксить все везде
This commit is contained in:
parent
f8076e6ad1
commit
9842eddda0
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ $userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]);
|
||||||
if ($userprofile->i('id') === Auth::userid()) { ?>
|
if ($userprofile->i('id') === Auth::userid()) { ?>
|
||||||
<p><b><a href="/lk/profile">Редактировать мой профиль</a></b></p>
|
<p><b><a href="/lk/profile">Редактировать мой профиль</a></b></p>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<div class="p20" style="padding-right:12px">
|
<div class="p20" style="padding-right:12px; background-color: white !important;">
|
||||||
<table width="100%">
|
<table width="100%">
|
||||||
<tr>
|
<tr>
|
||||||
<?php if ($userprofile->content('badge') !== null) { ?>
|
<?php if ($userprofile->content('badge') !== null) { ?>
|
||||||
|
@ -210,7 +210,7 @@ $userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]);
|
||||||
</div>
|
</div>
|
||||||
<?php
|
<?php
|
||||||
if (json_decode($userprofile->i('content'), true)['aboutmemo']['value'] != null) { ?>
|
if (json_decode($userprofile->i('content'), true)['aboutmemo']['value'] != null) { ?>
|
||||||
<div class="p20" style="margin-top: 25px;">
|
<div class="p20" style="margin-top: 25px; background-color: white !important;">
|
||||||
<h4>О себе</h4>
|
<h4>О себе</h4>
|
||||||
<?php
|
<?php
|
||||||
$bbcode= new ChrisKonnertz\BBCode\BBCode();
|
$bbcode= new ChrisKonnertz\BBCode\BBCode();
|
||||||
|
|
Loading…
Reference in a new issue