= $max_freeloadable_shifts) $hints = error(sprintf(_("You freeloaded %s shifts. Shift signup is locked. Please go to heavens desk to be unlocked again."), $freeloaded_shifts_count), true); // Hinweis für Engel, die noch nicht angekommen sind if ($user['Gekommen'] == 0) $hints = 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) . $hints; if ($enable_tshirt_size && $user['Size'] == "") $hints = error(_("You need to specify a tshirt size in your settings!"), true) . $hints; if ($user['DECT'] == "") $hints = error(_("You need to specify a DECT phone number in your settings! If you don't have a DECT phone, just enter \"-\"."), true) . $hints; // Erzengel Hinweis für unbeantwortete Fragen if ($p != "admin_questions") $hints = admin_new_questions() . $hints; $hints = user_angeltypes_unconfirmed_hint() . $hints; if ($hints != "") $content = '
' . $hints . '
' . $content; } echo template_render('../templates/layout.html', array( 'theme' => isset($user) ? $user['color'] : $default_theme, 'title' => $title, 'atom_link' => ($p == 'news' || $p == 'user_meetings') ? '' : '', 'menu' => make_menu(), 'content' => $content, 'header_toolbar' => header_toolbar(), 'faq_url' => $faq_url )); counter(); ?>