Example #1
0
 function BxNewsPageMain(&$oObject)
 {
     parent::BxDolTextPageMain('news_home', $oObject);
 }
 function __construct(&$oObject)
 {
     parent::__construct('news_home', $oObject);
 }
Example #3
0
 function BxArlPageMain(&$oObject)
 {
     parent::BxDolTextPageMain('articles_home', $oObject);
 }
Example #4
0
 function __construct(&$oObject)
 {
     parent::__construct('articles_home', $oObject);
 }