i've inserted a module showing the jomsocial toolbar on all pages i want with this code:
- Code: Select all
require_once( JPATH_BASE . DS . 'components' . DS . 'com_community' . DS . 'libraries' . DS . 'core.php');
require_once( JPATH_BASE . DS . 'components' . DS . 'com_community' . DS . 'libraries' . DS . 'toolbar.php');
$toolbar = CToolbarLibrary::getInstance()->getHTML();
echo '<div id="community-wrap" class="on-gk_msocial ltr cFrontpage">' . $toolbar . '</div>';
but i see the grey jomsocial toolbar not with msocial style. how to resolve this problem?