Re: No List icons next to wire/activity
Well, it was not a css issue burt it was actually another issue with the latest trunk this file in the loader was not working
/* Activity Streams */
if ( function_exists(‘bp_activity_user_install’) && file_exists(‘activity.css’) )
echo “@import url(activity.css);\n”;
because it appears there is no function named that…