Esempio n. 1
0
 /**
  * Add the page title and toolbar.
  */
 protected function addToolbar()
 {
     // Set title.
     $title = AKDEV ? ucfirst($this->getName()) . ' ' . JText::_($this->text_prefix . '_TITLE_ITEM_EDIT') : JText::_($this->text_prefix . '_' . strtoupper($this->getName()) . '_TITLE_ITEM_EDIT');
     AKToolBarHelper::title($title, 'article-add.png');
     parent::addToolbar();
 }
Esempio n. 2
0
 /**
  * Add the page title and toolbar.
  */
 protected function addToolbar()
 {
     AKToolBarHelper::title('Item' . ' ' . JText::_('COM_WEBGALLERY_TITLE_ITEM_EDIT'), 'article-add.png');
     parent::addToolbar();
 }