X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_list.php;h=d2d14180d91c3e438833a880b33ff51b3e341750;hb=49a9663311b732d12ba0c53af2f9eb39a7850fbc;hp=b9b9df87dd8662eb406e95db3c58d620d6101bac;hpb=3c4fbc22e3c04348734182d4d29bfef7eb050aa6;p=mailer.git diff --git a/inc/modules/member/what-surfbar_list.php b/inc/modules/member/what-surfbar_list.php index b9b9df87dd..d2d14180d9 100644 --- a/inc/modules/member/what-surfbar_list.php +++ b/inc/modules/member/what-surfbar_list.php @@ -1,99 +1,3 @@ 0) { - // List all URLs - $OUT = ""; $SW = 2; - foreach ($URLs as $id => $content) { - // "Translate"/insert data - $content['sw'] = $SW; - $content['url'] = DEREFERER($content['url']); - if ($content['views_total'] > 0) { - // Include link to stats - $content['views_total'] = "[".TRANSLATE_COMMA($content['views_total'])."]"; - } // END - if - $content['registered'] = MAKE_DATETIME($content['registered'], "2"); - $content['last_locked'] = MAKE_DATETIME($content['last_locked'], "2"); - $content['actions'] = SURFBAR_MEMBER_ACTIONS($content['id'], $content['status']); - $content['status'] = SURFBAR_TRANSLATE_STATUS($content['status']); - if (empty($content['lock_reason'])) { - // Fixes some HTML problems with empty cells - $content['lock_reason'] = "---"; - } // END - if - - // Load row template - $OUT .= LOAD_TEMPLATE("member_surfbar_list_row", true, $content); - - // Switch color - $SW = 3 - $SW; - } // END - if - - // Load main template - LOAD_TEMPLATE("member_surfbar_list", false, $OUT); -} else { - // No URLs booked so far - LOAD_TEMPLATE("admin_settings_saved", false, MEMBER_SURFBAR_NO_URLS_FOUND); -} - -// +// @DEPRECTAED ?>