From 338ba485548f9ec1acbc9349f7db95e84c51e7eb Mon Sep 17 00:00:00 2001 From: Friendika Date: Thu, 7 Apr 2011 18:00:35 -0700 Subject: more templates --- mod/notifications.php | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) (limited to 'mod/notifications.php') diff --git a/mod/notifications.php b/mod/notifications.php index ed0831aab..c3f8449ed 100644 --- a/mod/notifications.php +++ b/mod/notifications.php @@ -147,17 +147,13 @@ function notifications_content(&$a) { LEFT JOIN `contact` ON `register`.`uid` = `contact`.`uid` LEFT JOIN `user` ON `register`.`uid` = `user`.`uid`;"); if(($r !== false) && (count($r))) { - $tpl = load_view_file("view/registrations.tpl"); + $o .= '"; } else notice( t('No registrations.') . EOL); -- cgit v1.2.3