Exemplo n.º 1
0
 public function PrependStyle($sCss, $aParams = array())
 {
     $sCss = ACE::Dir2Url($sCss);
     if (!in_array($sCss, $this->aCssInclude['prepend']) or $this->aFilesParams['css'][$sCss] !== $aParams) {
         return parent::PrependStyle($sCss, $aParams);
     }
 }