Skip to content
saturngod edited this page Feb 13, 2012 · 3 revisions

#Load

$this->load->plugin('gravatar);
$default ='retro';
$email = 'myemail@mail.com';
$avatar = new gravatar($email,$default);

Clone this wiki locally