コード例 #1
0
ファイル: dashboard.php プロジェクト: raeldc/nooku-server
 public function __construct(KConfig $config = null)
 {
     parent::__construct($config);
     $this->setTitle(JText::_('Dashboard'));
 }