hint for not arrived angels

This commit is contained in:
Philip Häusler 2012-12-30 18:04:20 +01:00
parent dd4530d760
commit 3d2f6456e0
1 changed files with 4 additions and 0 deletions

View File

@ -185,6 +185,10 @@ elseif ($p == "faq") {
if (isset ($user) && $p != "user_messages")
$content = user_unread_messages() . $content;
// Hinweis für Engel, die noch nicht angekommen sind
if(isset($user) && $user['Gekommen'] == 0)
$content = error("You are not marked as arrived. Please go to heaven's desk, get your angel badge and/or tell them that you arrived already.", true) . $content;
// Erzengel Hinweis für unbeantwortete Fragen
if (isset ($user) && $p != "admin_questions")
$content = admin_new_questions() . $content;