From 01c28a874697f64afa9c4b3218629252d01bf0f8 Mon Sep 17 00:00:00 2001 From: Marco Dickert Date: Thu, 13 Jul 2017 13:18:16 +0200 Subject: [PATCH] removed duplicate template include --- build/ifmlib.php | 39 --------------------------------------- ifm.php | 39 --------------------------------------- src/main.php | 6 ------ 3 files changed, 84 deletions(-) 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@@@