hint for angels not having a shirt size

This commit is contained in:
Philip Häusler 2013-12-01 21:01:14 +01:00
parent ef66360f69
commit 18b5682363
1 changed files with 3 additions and 0 deletions

View File

@ -194,6 +194,9 @@ if (isset($user) && $p != "user_messages")
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;
if($enable_tshirt_size && $user['Size'] == "")
$content = error(_("You need to specify a tshirt size in your settings!"), true) . $content;
// Erzengel Hinweis für unbeantwortete Fragen
if (isset($user) && $p != "admin_questions")
$content = admin_new_questions() . $content;