public function prepareToolbar() { Helper_Admin::addToolbar($this->vName, $this->vTitle, $this->state->get('filter.folder')); if (JCck::on()) { JHtmlSidebar::setAction('index.php?option=com_cck&view=templates'); } }
public function prepareToolbar() { Helper_Admin::addToolbar($this->vName, $this->vTitle); }
public function prepareToolbar() { Helper_Admin::addToolbar($this->vName, 'COM_CCK_' . $this->vTitle, $this->state->get('filter.folder')); }