From c49392699fd8281514617b13026498c76d00030b Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Mon, 5 Sep 2022 11:17:19 +0200 Subject: [PATCH] moved not used files to a separate directory --- caixes4.php => _not_used/caixes4.php | 0 caixes5.php => _not_used/caixes5.php | 0 caixesOld.php => _not_used/caixesOld.php | 0 .../category.2021.php | 0 _not_used/comments.2021.php | 46 +++++++++++++++++++ footer2.php => _not_used/footer2.php | 0 .../header-plain.php | 0 .../phptest.php.backup | 0 8 files changed, 46 insertions(+) rename caixes4.php => _not_used/caixes4.php (100%) rename caixes5.php => _not_used/caixes5.php (100%) rename caixesOld.php => _not_used/caixesOld.php (100%) rename category.php.2021 => _not_used/category.2021.php (100%) create mode 100644 _not_used/comments.2021.php rename footer2.php => _not_used/footer2.php (100%) rename header-plain.php => _not_used/header-plain.php (100%) rename phptest.php.backup => _not_used/phptest.php.backup (100%) diff --git a/caixes4.php b/_not_used/caixes4.php similarity index 100% rename from caixes4.php rename to _not_used/caixes4.php diff --git a/caixes5.php b/_not_used/caixes5.php similarity index 100% rename from caixes5.php rename to _not_used/caixes5.php diff --git a/caixesOld.php b/_not_used/caixesOld.php similarity index 100% rename from caixesOld.php rename to _not_used/caixesOld.php diff --git a/category.php.2021 b/_not_used/category.2021.php similarity index 100% rename from category.php.2021 rename to _not_used/category.2021.php diff --git a/_not_used/comments.2021.php b/_not_used/comments.2021.php new file mode 100644 index 0000000..9e6039a --- /dev/null +++ b/_not_used/comments.2021.php @@ -0,0 +1,46 @@ + +

+ + + + +
+ + + +

+ +
    + 'ari_comment' ) ); ?> +
+ + 1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> +

+

+ + + + + __( 'Leave a Reply','hangar'), +'comment_notes_before' =>__( '

Required fields are marked *

','hangar'), +'comment_notes_after' => '', +'comment_field' => '


', +) +); ?> + +
+ \ No newline at end of file diff --git a/footer2.php b/_not_used/footer2.php similarity index 100% rename from footer2.php rename to _not_used/footer2.php diff --git a/header-plain.php b/_not_used/header-plain.php similarity index 100% rename from header-plain.php rename to _not_used/header-plain.php diff --git a/phptest.php.backup b/_not_used/phptest.php.backup similarity index 100% rename from phptest.php.backup rename to _not_used/phptest.php.backup