示例#1
0
 function BxFdbTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTextTemplate($oConfig, $oDb);
     $this->sCssPrefix = 'feedback';
 }
示例#2
0
 function BxNewsTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTextTemplate($oConfig, $oDb);
     $this->sCssPrefix = 'news';
 }
示例#3
0
 function BxArlTemplate(&$oConfig, &$oDb)
 {
     parent::BxDolTextTemplate($oConfig, $oDb);
     $this->sCssPrefix = 'arl';
 }