diff --git a/plugins/yetiforce/yetiforce.php b/plugins/yetiforce/yetiforce.php index 7c34c377..77dd5f16 100644 --- a/plugins/yetiforce/yetiforce.php +++ b/plugins/yetiforce/yetiforce.php @@ -34,7 +34,7 @@ public function init() $this->register_action('plugin.yetiforce.getContentEmailTemplate', [$this, 'getContentEmailTemplate']); $this->register_action('plugin.yetiforce.importIcs', [$this, 'importIcs']); $this->rc->output->set_env('site_URL', $this->rc->config->get('site_URL')); - $this->include_stylesheet('../../../../../layouts/resources/icons/userIcon.css'); + $this->include_stylesheet('../../../../../layouts/resources/icons/yfm.css'); $this->add_texts('localization/', false); $currentPath = getcwd(); diff --git a/version.php b/version.php index ec5acf6f..763a50cb 100644 --- a/version.php +++ b/version.php @@ -1,6 +1,6 @@ '2019.11.07', - 'version' => '0.0.85' + 'patch' => '2020.03.13', + 'version' => '0.0.86' ];