From d394ed2feec7801d7fb38240fc6f001d4367063c Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Tue, 13 May 2014 16:49:09 +0200 Subject: notify coordinators about unconfirmed angeltypes --- public/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 968a8286..40459dce 100644 --- a/public/index.php +++ b/public/index.php @@ -78,7 +78,7 @@ $free_pages = array( 'user_password_recovery', 'api', 'credits', - 'angeltypes' + 'angeltypes' ); // Gewünschte Seite/Funktion @@ -232,6 +232,8 @@ if (isset($user)) { // Erzengel Hinweis für unbeantwortete Fragen if ($p != "admin_questions") $content = admin_new_questions() . $content; + + $content = user_angeltypes_unconfirmed_hint() . $content; } echo template_render('../templates/layout.html', array( -- cgit v1.2.3-54-g00ecf