From 0da3a5dedde43a6827486931d19c730d010aacd4 Mon Sep 17 00:00:00 2001 From: Eric Poirier Date: Wed, 4 Jul 2018 09:40:52 -0400 Subject: Remove second Yatta ad Change-Id: I0eb99f191fed8f0fdf59a3fe1392e8698e0caf92 Signed-off-by: Eric Poirier --- promo/promos.php | 45 +++++++++++---------------------------------- 1 file changed, 11 insertions(+), 34 deletions(-) diff --git a/promo/promos.php b/promo/promos.php index 63dabf8..4c2c4ed 100644 --- a/promo/promos.php +++ b/promo/promos.php @@ -92,7 +92,7 @@ function allPromos() { 'imageurl' => '/membership/promo/images/froglogic.gif', 'memberName' => 'FrogLogic', 'type' => 'paid', - 'weight' => 8 + 'weight' => 10 ); $retVal[] = array( @@ -100,23 +100,7 @@ function allPromos() { 'imageurl' => '/membership/promo/images/Yatta-Eclipse-Banner-Ad-1.png', 'memberName' => 'YATTA', 'type' => 'paid', - 'weight' => 8 - ); - - $retVal[] = array( - 'url' => 'PAID_YATTA_2', - 'imageurl' => '/membership/promo/images/Yatta-Eclipse-Banner-Ad-2.png', - 'memberName' => 'YATTA', - 'type' => 'paid', - 'weight' => 8 - ); - - $retVal[] = array( - 'url' => 'PAID_XDEV', - 'imageurl' => '/membership/promo/images/xdev-2017-10-29.png', - 'memberName' => 'XDEV', - 'type' => 'paid', - 'weight' => 8, + 'weight' => 10 ); $retVal[] = array( @@ -124,7 +108,7 @@ function allPromos() { 'imageurl' => '/membership/promo/images/cloudbees-200x200.jpg', 'memberName' => 'Itemis', 'type' => 'strat_ad', - 'weight' => 8 + 'weight' => 10 ); /** @@ -136,7 +120,7 @@ function allPromos() { 'memberID' => 655, 'memberName' => 'CA', 'type' => 'strategic', - 'weight' => 7 + 'weight' => 10 ); // Strategic Member Ads @@ -145,7 +129,7 @@ function allPromos() { 'imageurl' => '/membership/promo/images/oepe_ad_200x200.jpg', 'memberName' => 'Oracle', 'type' => 'strat_ad', - 'weight' => 7 + 'weight' => 10 ); $retVal[] = array( @@ -153,21 +137,14 @@ function allPromos() { 'imageurl' => '/membership/promo/images/ibm200x200-ibm_cloud.jpg', 'memberName' => 'IBM', 'type' => 'strat_ad', - 'weight' => 7 + 'weight' => 10 ); $retVal[] = array( 'url' => 'PROMO_SAP', 'imageurl' => '/membership/promo/images/sap200x200.jpg', 'memberName' => 'SAP', 'type' => 'strat_ad', - 'weight' => 7 - ); - $retVal[] = array( - 'url' => 'PROMO_ITEMIS', - 'imageurl' => '/membership/promo/images/xtext_200x200.gif', - 'memberName' => 'Itemis', - 'type' => 'strat_ad', - 'weight' => 4 + 'weight' => 10 ); $retVal[] = array( @@ -175,7 +152,7 @@ function allPromos() { 'imageurl' => '/membership/promo/images/Sirius_ad_200.png', 'memberName' => 'Obeo', 'type' => 'strat_ad', - 'weight' => 4 + 'weight' => 7.5 ); $retVal[] = array( @@ -183,7 +160,7 @@ function allPromos() { 'imageurl' => '/membership/promo/images/PapyrusCEA.gif', 'memberName' => 'CEA', 'type' => 'strat_ad', - 'weight' => 4 + 'weight' => 7.5 ); $retVal[] = array( @@ -191,7 +168,7 @@ function allPromos() { 'imageurl' => '/membership/promo/images/payara.png', 'memberName' => 'PAYARA', 'type' => 'strat_ad', - 'weight' => 4 + 'weight' => 7.5 ); $retVal[] = array( @@ -199,7 +176,7 @@ function allPromos() { 'imageurl' => '/membership/promo/images/Tomitribe-TCPP-banner-200x200.jpg', 'memberName' => 'TOMITRIBE', 'type' => 'strat_ad', - 'weight' => 4 + 'weight' => 7.5 ); $foundation_promos = getFoundationPromos(); -- cgit v1.2.3