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