diff options
author | Philip Häusler <msquare@notrademark.de> | 2014-05-13 16:49:09 +0200 |
---|---|---|
committer | Philip Häusler <msquare@notrademark.de> | 2014-05-13 16:49:09 +0200 |
commit | d394ed2feec7801d7fb38240fc6f001d4367063c (patch) | |
tree | dea0c0ca4c4283d630ff1f0a84c158d7fd07b210 /public | |
parent | f1145b8a5e8630e0180d35ff1ced2e934b872f01 (diff) |
notify coordinators about unconfirmed angeltypes
Diffstat (limited to 'public')
-rw-r--r-- | public/index.php | 4 |
1 files changed, 3 insertions, 1 deletions
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( |