예제 #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';
 }