Skip to content

Commit 7782bb5

Browse files
committed
removing commented out var_dump of $person, which was breaking the page
1 parent 4045721 commit 7782bb5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/home.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ <h2>Community Sponsors</h2>
100100
array_multisort($cnames, $data['community_sponsors']);
101101
foreach ($data['community_sponsors'] as $person) {
102102
?>
103-
<!--<?php var_dump($person);?> -->
104103
<div class="communitySponsor">
105104
<a href="<?php echo $person['url'];?>">
106105
<img src="<?php echo $person['profile_image_url'];?>">

0 commit comments

Comments
 (0)