Ejemplo n.º 1
0
 /**
  *
  */
 protected function _loadAdminCss()
 {
     $adminCssPath = $this->_pathinfo->getRootCss() . 'admin.css';
     if (file_exists($adminCssPath)) {
         $handle = $this->getId() . '-' . 'admin-css';
         IfwPsn_Wp_Proxy_Style::loadAdmin($handle, $this->_env->getUrlCss() . 'admin.css', array(), $this->getVersion());
     }
 }