hi there,i installed the status 0.8.1, i want to insert the image with link
into right sidebar, but i only found a way to use

" function AddGoogleLink($action)
    {
        $action->menuItem('http://www.google.com/', _('Google'), _('Search
engine'));
        return true;
    }

    Event::addHandler('StartShowSections', 'AddGoogleLink');
"
above code into config.php, but this is just a text link, i want a image
with link, i try to use ('<img>pic path</img>') instead ('Google'),but it
seems not working. can anyone can help with this? tks.
Regards
-- 
Angelo
_______________________________________________
StatusNet-dev mailing list
StatusNet-dev@lists.status.net
http://lists.status.net/mailman/listinfo/statusnet-dev

Reply via email to