Ejemplo n.º 1
0
 /**
  * Set title of this page.
  *
  * @param string $title Page title.
  * @param string $icons Title icon.
  *
  * @return  void
  */
 protected function setTitle($title = null, $icons = 'stack article')
 {
     if (!$title) {
         $title = \JText::_(sprintf('COM_%s_%s_TITLE_LIST', strtoupper($this->prefix), strtoupper($this->getName())));
     }
     parent::setTitle($title, $icons);
 }