getCfg( 'absolute_path' ) . '/administrator'; } ob_start(); require_once( $_CB_joomla_adminpath . '/components/com_comprofiler/admin.comprofiler.controller.php' ); $_CB_Admin_Done = ob_get_contents(); ob_end_clean(); } // Backend toolbar is now in comprofiler.toolbar.php, except for plugin_menus: switch ( $task ) { case 'pluginmenu': $plugin = new moscomprofilerPlugin( $_CB_database ); $result = $plugin->load( (int) cbGetParam( $_GET, 'pluginid', -1 ) ); if ( $result != null ) { global $_PLUGINS; $pluginMenuToolbarFile = $_CB_framework->getCfg( 'absolute_path' ) . '/' . $_PLUGINS->getPluginRelPath( $plugin ) . '/toolbar.' . $plugin->element . '.php'; if ( file_exists( $pluginMenuToolbarFile ) ) { require_once( $mainframe->getPath( 'toolbar_html' ) ); include_once( $pluginMenuToolbarFile ); break; } } // done in comprofiler.toolbar.php: TOOLBAR_usersextras::_DEFAULT_PLUGIN(); break; default: break; } ?>