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): ?> -

count($posts), - "search_duration" => number_format($search_duration, 2, __(".", context: "Number formatting"), __(",", context: "Number formatting")), - ]) ?>

-
- deleted) continue; - $hasAttachments = count($attachments[$post->id]) > 0; - ?> - - - - - content) ?>
- '' . htmlentities($users[$post->authorId]?->displayName ?? __("unknown")) . '', - "post_date" => '' . htmlentities($post->postDate->format("c")) . '', - "topic" => '' - . ($topics[$post->topicId]?->isLocked ? ' ' : '') - . htmlentities($topics[$post->topicId]?->title ?? "unknown") . '', - ]) ?> -
- -
- -
- - -
- -- cgit v1.2.3