/**
  * Make this stylesheet available on the client
  *
  * @param string $fn File path; absolute or relative to the plugin directory
  */
 public function include_stylesheet($fn)
 {
     $this->api->include_stylesheet($this->resource_url($fn));
 }