//create new toolbar object
$toolbar = new JToolbar('toolbar');
//$toolbar->_buttonPath[0] = $this->basePath.DS.'libraries'.DS.'joomla'.DS.'html'.DS.'toolbar'.DS.'button';
$toolbar->setToolBar($newbar); //this is line 294
//$toolbar->_bar = $newbar;
$toolbar->setButtonPath($bar->getButtonPath());
$toolbar->_actions = $actions;
$toolbar->_first = $first;
$this->toolbar = $toolbar;
$this->actions = $actions;
$this->first = $first;
//new help button
$helpbar = new JToolbar('help');
//$helpbar->_buttonPath[0] = $this->basePath.DS.'libraries'.DS.'joomla'.DS.'html'.DS.'toolbar'.DS.'button';
$helpbar->setToolbar($newhelp);
$this->help = $helpbar;
}
Time to create page: 0.067 seconds