Home
last modified time | relevance | path

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

/template/bootstrap3/
H A Diconify.php99 $collection_file = "$iconify_dir/" . $params['prefix'] . ".json";
101 if (!file_exists($collection_file)) {
108 $collection_data = json_decode(io_readFile($collection_file), true);
97 $collection_file = "$iconify_dir/" . $params['prefix'] . ".json"; global() variable