Home
last modified time | relevance | path

Searched refs:ACTIVE_DIR (Results 1 – 1 of 1) sorted by relevance

/plugin/fontello/
H A Dhelper.php10 protected const ACTIVE_DIR = DOKU_PLUGIN . 'fontello/assets/active'; define in helper_plugin_fontello
11 protected const ACTIVE_CSS = self::ACTIVE_DIR . '/css/fontello.css';
12 protected const ACTIVE_CONFIG = self::ACTIVE_DIR . '/config.json';
13 protected const ACTIVE_MANIFEST = self::ACTIVE_DIR . '/manifest.json';
14 protected const ACTIVE_ENABLED = self::ACTIVE_DIR . '/enabled.json';
15 protected const ACTIVE_FONT_DIR = self::ACTIVE_DIR . '/font';
560 if (file_exists(self::ACTIVE_DIR)) {
561 io_rmdir(self::ACTIVE_DIR, true);
564 io_mkdir_p(self::ACTIVE_DIR);