alecpl
2011-01-12 ba3377fb4aaad4ab77967920275fb78b3516d35e
program/include/rcube_plugin_api.php
@@ -395,7 +395,7 @@
  {
    if ($this->output->type == 'html') {
      $src = $this->resource_url($fn);
      $this->output->add_header(html::tag('link', array('rel' => "stylesheet", 'type' => "text/css", 'href' => $src)));
      $this->output->include_css($src);
    }
  }
  
@@ -437,4 +437,3 @@
  }
}