Skip to content

Instantly share code, notes, and snippets.

View aaronpk's full-sized avatar

Aaron Parecki aaronpk

View GitHub Profile
$home_base_array = array();
$home_base_array[''] = '--select--';
$home_base_array[$this->config->item('site_name')] = $this->config->item('site_name'));
foreach($this->config->item('social_connections') as $connection)
$home_base_array[$connection] = $connection;