Example #1
0
 /**
  * Class constructor
  *
  * @return void
  */
 function __construct()
 {
     $this->_template = new jTpl();
     $this->_mainTpl = 'jelix~atom10';
     $this->infos = new jAtom10Info();
     parent::__construct();
 }
 /**
  * Class constructor
  */
 function __construct()
 {
     $this->_template = new jTpl();
     $this->_mainTpl = 'jfeeds~rss20';
     $this->infos = new jRSS20Info();
     parent::__construct();
     $this->infos->language = $this->lang;
 }