We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b28993f + 7782bb5 commit 4707660Copy full SHA for 4707660
resources/home.html
@@ -100,7 +100,6 @@ <h2>Community Sponsors</h2>
100
array_multisort($cnames, $data['community_sponsors']);
101
foreach ($data['community_sponsors'] as $person) {
102
?>
103
- <!--<?php var_dump($person);?> -->
104
<div class="communitySponsor">
105
<a href="<?php echo $person['url'];?>">
106
<img src="<?php echo $person['profile_image_url'];?>">
0 commit comments