Home
last modified time | relevance | path

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

/plugin/fontello/
H A Dhelper.php11 protected const ACTIVE_CSS = self::ACTIVE_DIR . '/css/fontello.css'; define in helper_plugin_fontello
24 return file_exists(self::ACTIVE_CONFIG) && file_exists(self::ACTIVE_CSS);
34 $mtime = @filemtime(self::ACTIVE_CSS) ?: time();
277 io_makeFileDir(self::ACTIVE_CSS);
278 file_put_contents(self::ACTIVE_CSS, $css);