DashboardFE
This commit is contained in:
@ -352,7 +352,11 @@ if ((!isset($thread[0]['id']) && !empty($thread)) || !is_array($thread)) {
|
||||
$post['template'] = themes("get","templates/textpost.txt");
|
||||
}
|
||||
else {
|
||||
$post['template'] = themes("get","templates/post.txt");
|
||||
if ($logedin){
|
||||
$post['template'] = themes("get","templates/post.txt");
|
||||
} else {
|
||||
$post['template'] = themes("get","templates/post_logout.txt");
|
||||
}
|
||||
}
|
||||
|
||||
foreach ($post as $key => $value) {
|
||||
|
Reference in New Issue
Block a user