system notifications mark seen link

This commit is contained in:
Christian Vogeley
2014-05-04 17:28:43 +02:00
parent 3da4656e41
commit b2e0b6f11d
2 changed files with 2 additions and 1 deletions

View File

@@ -95,6 +95,7 @@ function notifications_content(&$a) {
$o .= replace_macros($notif_tpl,array(
'$notif_header' => t('System Notifications'),
'$notif_link_mark_seen' => t('Mark all system notifications seen'),
'$notif_content' => $notif_content,
));