(Original Author) * * Alternatively, the contents of this file may be used under the terms of * either the GNU General Public License Version 2 or later (the "GPL"), or * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), * in which case the provisions of the GPL or the LGPL are applicable instead * of those above. If you wish to allow use of your version of this file only * under the terms of either the GPL or the LGPL, and not to allow others to * use your version of this file under the terms of the MPL, indicate your * decision by deleting the provisions above and replace them with the notice * and other provisions required by the GPL or the LGPL. If you do not delete * the provisions above, a recipient may use your version of this file under * the terms of any one of the MPL, the GPL or the LGPL. * * ***** END LICENSE BLOCK ***** */ ?>
">Network Favorites
*/ ?> Add-on Details
' : '')?> User Favorites' : '')?> '; foreach ($addons as $addon) { echo ''; echo ''; echo ''; ?> '; ?> '; $start = ($current['page'] - 1) * RESULTS_PER_PAGE + 1; $end = $start + RESULTS_PER_PAGE - 1; if ($end > $count['total']) $end = $count['total']; echo "
Displaying results {$start}-{$end} of {$count['total']}
"; echo $facebook->pageNumbers($current, $count, 'favorites/friends'); echo ''; echo $facebook->listAddonsOfFriends($addons); echo ''; } elseif ($action == 'user') { echo '
'; $start = ($current['page'] - 1) * RESULTS_PER_PAGE + 1; $end = $start + RESULTS_PER_PAGE - 1; if ($end > $count['total']) $end = $count['total']; echo '
'; echo "Displaying results {$start}-{$end} of {$count['total']}"; echo '|'; echo 'Back to profile'; echo '
'; echo $facebook->pageNumbers($current, $count, 'favorites/user/'.$user_id); echo '
'; echo $facebook->listAddonsOfFriends($addons); echo ''; } } elseif ($action == 'addon') { echo '
Back to '.$addon['Translation']['name']['string'].'
'; echo '
'; if ($view == 'all') { echo $facebook->peopleBox($friends, 600, 1, array( 'title' => "Friends That Recommend {$addon['Translation']['name']['string']}", 'addon_id' => $addon['Addon']['id'], 'showFriendCount' => true, 'friendCount' => count($friends), 'seeAllURL' => FB_URL.'/favorites/addon/'.$addon['Addon']['id'].'/friends' )); echo '
'; echo $facebook->peopleBox($all, 600, 2, array( 'title' => "Everyone That Recommends {$addon['Translation']['name']['string']}", 'addon_id' => $addon['Addon']['id'], 'showAllCount' => true, 'allCount' => count($all), )); } elseif ($view == 'friends') { echo $facebook->peopleBox($friends, 600, 100, array( 'title' => "All Friends That Recommend {$addon['Translation']['name']['string']}", 'addon_id' => $addon['Addon']['id'], 'showFriendCount' => true, 'friendCount' => count($friends), )); } echo '
'; echo '
Back to '.$addon['Translation']['name']['string'].'
'; } else { echo '
No favorites yet!
'; } ?>
'.$addon['translations']['name'].''.($addon['facebook_favorites']['imported'] == 1 ? 'Imported' : '').' Remove