Skip to content

Commit 129ed12

Browse files
committed
Removed NickASloan, lisamusing and ramsey from the Community Sponsors
list.
1 parent d3a33ab commit 129ed12

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

resources/home.html

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,8 @@ <h2>Community Sponsors</h2>
4949
// require the Twitter access class
5050
require_once('lib/Twitter.php');
5151

52-
// array of crew member Twitter handles
53-
$crew = array('ramsey',
54-
'lisamusing',
55-
'NickASloan');
56-
5752
// array of community_sponsors member Twitter handles
58-
$community_sponsors = array('croscon', 'ramsey', 'lisamusing', 'NickASloan');
53+
$community_sponsors = array('croscon');
5954

6055
// array of Twitter data for each community_sponsors member
6156
$data['community_sponsors'] = array();

0 commit comments

Comments
 (0)