* IS: -
  * FS: -
  * Desc: Fungsi inisialisasi
  */
 public function init()
 {
     parent::init();
     $this->view->bigPageTitle = $this->view->translate('News');
     $this->view->bgClass = "red";
     //$this->view->colorClass = "red-color";
 }
 /**
  * IS: -
  * IS: -
  * FS: -
  * Desc: Fungsi inisialisasi
  */
 public function init()
 {
     parent::init();
     $this->view->bigPageTitle = $this->view->translate('News');
     $this->view->bgClass = "red";
     //$this->view->colorClass = "red-color";
 }
 /**
  * IS: -
  * FS: Mengirimkan ke viewer: news, menuTitle, pageTitle
  * Desc: Fungsi untuk menampilkan daftar news
  */
 public function indexAction()
 {
     $this->view->langId = $this->_languageId;