Got JS worked out, slapped together sign up UI

This commit is contained in:
Josh Sherman 2013-12-15 09:55:53 -05:00
parent 3c36b68f69
commit 446b128137
9 changed files with 358 additions and 7 deletions

View file

@ -120,6 +120,10 @@ $config = array(
),
// }}}
'site' => array(
'name' => 'LeaderBin',
'domain' => 'leaderbin.com',
),
);
?>