@@ -36,13 +36,12 @@ <h1>Our Sponsors</h1>
36
36
< h2 > Gold Sponsors</ h2 >
37
37
< div >
38
38
< a href ="http://www.facebook.com/opensource/ "> < img src ="images/sponsor-facebook.png " alt ="Facebook "/> </ a >
39
-
40
39
< a href ="http://cakedc.com "> < img src ="images/sponsor-cakedc.png " alt ="CakeDC "/> </ a >
41
40
</ div >
42
41
< h2 > Silver Sponsors</ h2 >
43
42
< div >
44
- < a href ="http://servergrove.com/ "> < img src ="images/sponsor- servergrove.png " alt ="ServerGrove "/> </ a >
45
- < a href ="http://vaco.com/ "> < img src ="images/VACO_GLOBAL_CLR .png " alt ="Vaco "/> </ a >
43
+ < a href ="http://servergrove.com/ "> < img src ="images/servergrove.png " alt ="ServerGrove "/> </ a >
44
+ < a href ="http://vaco.com/ "> < img src ="images/vaco .png " alt ="Vaco "/> </ a >
46
45
</ div >
47
46
< h2 > Community Sponsors</ h2 >
48
47
< div >
@@ -51,7 +50,7 @@ <h2>Community Sponsors</h2>
51
50
require_once('lib/Twitter.php');
52
51
53
52
// array of community_sponsors member Twitter handles
54
- $community_sponsors = array('croscon', 'cakephp');
53
+ $community_sponsors = array('croscon', 'cakephp', 'wonderproxy' );
55
54
56
55
// array of Twitter data for each community_sponsors member
57
56
$data['community_sponsors'] = array();
@@ -68,7 +67,9 @@ <h2>Community Sponsors</h2>
68
67
// Sort people by first name using temporary arrays of first names.
69
68
array_multisort($cnames, $data['community_sponsors']);
70
69
foreach ($data['community_sponsors'] as $person) {
71
- ?> < div class ="communitySponsor ">
70
+ ?>
71
+ <!--<?php var_dump($person);?> -->
72
+ < div class ="communitySponsor ">
72
73
< a href ="<?php echo $person['url'];?> ">
73
74
< img src ="<?php echo $person['profile_image_url'];?> ">
74
75
< ?php echo $person['name'];?>
0 commit comments