diff --git a/build/ifmlib.php b/build/ifmlib.php index 7af94a9..e3b5ae7 100644 --- a/build/ifmlib.php +++ b/build/ifmlib.php @@ -2545,45 +2545,6 @@ f00bar; {{/items}} -f00bar; - $templates['file'] = <<<'f00bar' -
- - -
- -f00bar; - $templates['createdir'] = <<<'f00bar' -
- - -
- f00bar; $templates['ajaxrequest'] = <<<'f00bar'
diff --git a/ifm.php b/ifm.php index 17efabd..afc6ccb 100644 --- a/ifm.php +++ b/ifm.php @@ -2545,45 +2545,6 @@ f00bar; {{/items}} -f00bar; - $templates['file'] = <<<'f00bar' - - - -
- -f00bar; - $templates['createdir'] = <<<'f00bar' -
- - -
- f00bar; $templates['ajaxrequest'] = <<<'f00bar'
diff --git a/src/main.php b/src/main.php index faa19e1..98a67bc 100644 --- a/src/main.php +++ b/src/main.php @@ -964,12 +964,6 @@ class IFM { f00bar; $templates['filetable'] = <<<'f00bar' @@@src/templates/filetable.html@@@ -f00bar; - $templates['file'] = <<<'f00bar' -@@@src/templates/modal.file.html@@@ -f00bar; - $templates['createdir'] = <<<'f00bar' -@@@src/templates/modal.createdir.html@@@ f00bar; $templates['ajaxrequest'] = <<<'f00bar' @@@src/templates/modal.ajaxrequest.html@@@