@@ -17,6 +17,9 @@ |
||
17 | 17 | return jBlockFileMan($_path, $extension, $_parameters); |
18 | 18 | } |
19 | 19 | |
20 | + /** |
|
21 | + * @param string $_type |
|
22 | + */ |
|
20 | 23 | function jBlockFileMan( $_path, $_type, $_parameters = [] ) { |
21 | 24 | if(!file_exists($_path)) |
22 | 25 | Debug::fatal("File [$_path] not found."); |