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.
1 parent 02a0bc6 commit fa55582Copy full SHA for fa55582
resources/home.html
@@ -81,7 +81,8 @@ <h2>Community Sponsors</h2>
81
require_once('lib/Twitter.php');
82
83
// array of community_sponsors member Twitter handles
84
- $community_sponsors = array('croscon', 'cakephp', 'wonderproxy');
+ $community_sponsors = array('croscon', 'cakephp', 'wonderproxy',
85
+ 'lisamusing');
86
87
// array of Twitter data for each community_sponsors member
88
$data['community_sponsors'] = array();
0 commit comments