add contact mail address (implements #31)

This commit is contained in:
oliver 2015-04-08 13:09:44 +02:00
commit 64a47dfc5f
4 changed files with 11 additions and 3 deletions

View file

@ -74,6 +74,9 @@
// Set notifications
$this->set('notifications', $this->Notification->getNotifications());
// Set some application data
$this->set('mailcontact', \nre\configs\AppConfig::$app['mailcontact']);
}