summaryrefslogtreecommitdiff
path: root/includes/pages/admin_questions.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2012-12-10 09:49:23 +0100
committerPhilip Häusler <msquare@notrademark.de>2012-12-10 09:49:23 +0100
commit079279a1d086e377b7c411292b1b2b6b9623ca18 (patch)
tree8244c204ab4ce83c3edeef8db593967d89c38246 /includes/pages/admin_questions.php
parent734447b40c8fd50788aba8b3a71edd7df55c8e1a (diff)
code maintenance
Diffstat (limited to 'includes/pages/admin_questions.php')
-rw-r--r--includes/pages/admin_questions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_questions.php b/includes/pages/admin_questions.php
index 8df779ac..df5e9196 100644
--- a/includes/pages/admin_questions.php
+++ b/includes/pages/admin_questions.php
@@ -6,7 +6,7 @@ function admin_new_questions() {
$new_messages = sql_num_query("SELECT * FROM `Questions` WHERE `AID`=0");
if ($new_messages > 0)
- return '<p class="notice"><a href="' . page_link_to("admin_questions") . '">Es gibt unbeantwortete Fragen!</a></p><hr />';
+ return '<p class="info"><a href="' . page_link_to("admin_questions") . '">Es gibt unbeantwortete Fragen!</a></p><hr />';
}
return "";