align post text and username

This commit is contained in:
2022-01-13 21:54:19 +06:00
parent abf00ad597
commit 0ca9a3c06d
4 changed files with 4 additions and 3 deletions

View File

@ -356,7 +356,7 @@ if ((!isset($thread[0]['id']) && !empty($thread)) || !is_array($thread)) {
else {
if ($logedin){
$post['template'] = themes("get","templates/post.txt");
} else {
x } else {
$post['template'] = themes("get","templates/post_logout.txt");
}
}