From fe0f414dc0211a4014581dc03fcfd514ed7ed02d Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 17 Oct 2024 10:56:01 +0200 Subject: Transition templating to Twig --- src/application/views/view_search_results.php | 35 --------------------------- 1 file changed, 35 deletions(-) delete mode 100644 src/application/views/view_search_results.php (limited to 'src/application/views/view_search_results.php') diff --git a/src/application/views/view_search_results.php b/src/application/views/view_search_results.php deleted file mode 100644 index 660284d..0000000 --- a/src/application/views/view_search_results.php +++ /dev/null @@ -1,35 +0,0 @@ - - - 0): ?> -
= __("%result_count% result(s) in %search_duration% second(s)", [ - "result_count" => count($posts), - "search_duration" => number_format($search_duration, 2, __(".", context: "Number formatting"), __(",", context: "Number formatting")), - ]) ?>
-