X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fmember%2Fwhat-surfbar_list.php;h=d2d14180d91c3e438833a880b33ff51b3e341750;hb=f6014bce7255a915872f2f463247440c0d58f9a9;hp=0ebf9f903f7fec3e37b7c18a287aa886e32d1e2e;hpb=e5ae148596850b078c6df0878d1527b40eee33ac;p=mailer.git diff --git a/inc/modules/member/what-surfbar_list.php b/inc/modules/member/what-surfbar_list.php index 0ebf9f903f..d2d14180d9 100644 --- a/inc/modules/member/what-surfbar_list.php +++ b/inc/modules/member/what-surfbar_list.php @@ -1,71 +1,3 @@ 0) { - // List all URLs - $OUT = ""; $SW = 2; - foreach ($URLs as $id => $content) { - // "Translate"/insert data - $content['sw'] = $SW; - - // 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 ?>