summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorJonathan Bauer2014-06-05 18:00:00 +0200
committerJonathan Bauer2014-06-05 18:00:00 +0200
commit2ea9f68fc7932bd659d0a08910d07e4c6228c625 (patch)
tree62ab45749afbb4d3343fa41f0e7178f1e46f998b /modules
parent'null' news if no news are saved on the DB. (diff)
downloadslx-admin-2ea9f68fc7932bd659d0a08910d07e4c6228c625.tar.gz
slx-admin-2ea9f68fc7932bd659d0a08910d07e4c6228c625.tar.xz
slx-admin-2ea9f68fc7932bd659d0a08910d07e4c6228c625.zip
fancier news page + comments
Diffstat (limited to 'modules')
-rw-r--r--modules/news.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/news.inc.php b/modules/news.inc.php
index 7481fad2..e08006dd 100644
--- a/modules/news.inc.php
+++ b/modules/news.inc.php
@@ -51,7 +51,7 @@ class Page_News extends Page
}
// show it to the user
- Render::addDialog('News Verwaltung', false, 'page-news', array(
+ Render::addDialog('bwLehrpool News Verwaltung', false, 'page-news', array(
'token' => Session::get('token'),
'latestDate' => date('Y-m-d H:i:s (T)', $latestDate),
'latestContent' => $latestContent,