z_root().'/notify/view/'. $it['id'], '$item_image' => $it['photo'], '$item_text' => $x, '$item_when' => relative_date($it['created']) )); } } else { $notif_content .= t('No more system notifications.'); } $o .= replace_macros(get_markup_template('notifications.tpl'),array( '$notif_header' => t('System Notifications'), '$notif_link_mark_seen' => t('Mark all system notifications seen'), '$notif_content' => $notif_content, '$notifications_available' => $notifications_available, )); return $o; } }