From 2a4e8972e0edfa3156d9ce54d68ce0e54c0ec289 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Mon, 18 Apr 2016 20:38:38 -0700 Subject: module updates --- mod/suggest.php | 66 --------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 mod/suggest.php (limited to 'mod/suggest.php') diff --git a/mod/suggest.php b/mod/suggest.php deleted file mode 100644 index ca888310a..000000000 --- a/mod/suggest.php +++ /dev/null @@ -1,66 +0,0 @@ - chanlink_url($rr['xchan_url']), - 'common' => $rr['total'], - 'profile' => $rr['xchan_url'], - 'name' => $rr['xchan_name'], - 'photo' => $rr['xchan_photo_m'], - 'ignlnk' => z_root() . '/suggest?ignore=' . $rr['xchan_hash'], - 'conntxt' => t('Connect'), - 'connlnk' => $connlnk, - 'ignore' => t('Ignore/Hide') - ); - } - - - $o = replace_macros(get_markup_template('suggest_page.tpl'),array( - '$title' => t('Channel Suggestions'), - '$entries' => $arr - )); - - return $o; - -} -- cgit v1.2.3