Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Poirier2018-07-04 13:40:52 +0000
committerEric Poirier2018-07-04 14:02:47 +0000
commit0da3a5dedde43a6827486931d19c730d010aacd4 (patch)
tree97c84dab03d30544424a15ff02055c193ff50031
parent75990b641efe96aa59278ea077658ae8ef0e5e82 (diff)
downloadmembership-0da3a5dedde43a6827486931d19c730d010aacd4.tar.gz
membership-0da3a5dedde43a6827486931d19c730d010aacd4.tar.xz
membership-0da3a5dedde43a6827486931d19c730d010aacd4.zip
Remove second Yatta ad
Change-Id: I0eb99f191fed8f0fdf59a3fe1392e8698e0caf92 Signed-off-by: Eric Poirier <eric.poirier@eclipse-foundation.org>
-rw-r--r--promo/promos.php45
1 files 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();

Back to the top